Skip to content

Instantly share code, notes, and snippets.

View feer9's full-sized avatar
🏠
Working from home

Fernando feer9

🏠
Working from home
  • Buenos Aires, Argentina
View GitHub Profile
@feer9
feer9 / mobox_run.sh
Created March 28, 2024 05:06
Run a program with Mobox's Wine inside of Termux X11
#!/data/data/com.termux/files/usr/bin/bash
show_help() {
cat << EOF
Usage: ${0##*/} [-hu] FILE [Args...]
Exec
-h Display this help and exit
-u --update Update mobox before running
EOF