Skip to content

Instantly share code, notes, and snippets.

@carterprince
Created March 18, 2021 02:03
Show Gist options
  • Save carterprince/f8a550c414ebc98965b73d30e9e1f370 to your computer and use it in GitHub Desktop.
Save carterprince/f8a550c414ebc98965b73d30e9e1f370 to your computer and use it in GitHub Desktop.
#!/bin/bash
while true; do
/data/data/com.termux/files/home/countdown &
sleep 0.9
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment