Skip to content

Instantly share code, notes, and snippets.

@luisadha
Created June 16, 2026 05:02
Show Gist options
  • Select an option

  • Save luisadha/7fcfa2dc30ffba9d65188b9212baff7b to your computer and use it in GitHub Desktop.

Select an option

Save luisadha/7fcfa2dc30ffba9d65188b9212baff7b to your computer and use it in GitHub Desktop.
Extract the application after booting using termux boot
mkdir -p ~/.termux/boot && curl -L -o "$TMPDIR/drawercli-aurora.zip" https://github.com/luisadha/drawercli-aurora/archive/refs/tags/1.0.3.zip && unzip -p "$TMPDIR/drawercli-aurora.zip" 'drawercli-aurora-1.0.3/index.html' > ~/.termux/boot/00-drawercli-aurora-boot.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment