Skip to content

Instantly share code, notes, and snippets.

@luisadha
Last active November 14, 2025 13:23
Show Gist options
  • Select an option

  • Save luisadha/702967e776e0efb8385ab31adda78715 to your computer and use it in GitHub Desktop.

Select an option

Save luisadha/702967e776e0efb8385ab31adda78715 to your computer and use it in GitHub Desktop.
Supported Library for Drawercli-Aurora
#!/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