Skip to content

Instantly share code, notes, and snippets.

@luisadha
Last active January 8, 2023 17:21
Show Gist options
  • Save luisadha/89b58818dcd53a7ef516fcdbbc118eee to your computer and use it in GitHub Desktop.
Save luisadha/89b58818dcd53a7ef516fcdbbc118eee to your computer and use it in GitHub Desktop.
When this file is touched a popup will appear "Open file with" select Termux. then if it says Save file in ~/download/, then touch Open Directory
echo "Clean up the file termux downloaded?"
echo $(pwd)
read REPLY
rm -rf $(pwd)/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment