Last active
November 14, 2025 13:23
-
-
Save luisadha/702967e776e0efb8385ab31adda78715 to your computer and use it in GitHub Desktop.
Supported Library for Drawercli-Aurora
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
| #!/data/data/com.termux/files/usr/bin/env sh | |
| self="annihilation" | |
| altername="Clear App Shortcuts Addon by Drawercli aurora" | |
| # CREATE | |
| printf 'bash --init-file %s/bin/annihilation\nread cont\n' "$PREFIX" > "$HOME/.shortcuts/.${self}" | |
| # DELETE | |
| rm -f "$HOME/.shortcuts/"* | |
| # UPDATE | |
| mv "$HOME/.shortcuts/.${self}" "$HOME/.shortcuts/${altername}" | |
| # READ | |
| if [ -r "$HOME/.shortcuts/${self}" ]; then | |
| printf 'Shortcut has been purged!\n' | |
| fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment