Skip to content

Instantly share code, notes, and snippets.

View upsetting-god's full-sized avatar
🏠
Working from home

upset upsetting-god

🏠
Working from home
  • Japan
  • Joined Oct 25, 2025
View GitHub Profile
#!/bin/bash
clone_install ()
{
if [ -n "$TERMUX_VERSION" ]; then
pkg install git
else
sudo apt install git
fi
#include <stdlib.h>
int main() {
while (1) {
char *a = malloc(1024);
}
}