Created
March 18, 2021 02:03
-
-
Save carterprince/f8a550c414ebc98965b73d30e9e1f370 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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