Skip to content

Instantly share code, notes, and snippets.

@oxavelar
Last active January 3, 2025 20:13
Show Gist options
  • Save oxavelar/d74761941dea86406a074b3239a34ba6 to your computer and use it in GitHub Desktop.
Save oxavelar/d74761941dea86406a074b3239a34ba6 to your computer and use it in GitHub Desktop.
OpenWRT: Get and run 'crusader' from tmpfs
# Pulls into tmpfs, and starts a server in a separate subshell
# for the duration of the boot. Everything will be gone after
# a reboot.
(
cd /tmp
wget -O - https://github.com/Zoxc/crusader/releases/download/v0.3.2/Crusader-$(uname)-ARM-64-bit.tar.gz | tar -xzf -
/tmp/Crusader-*/crusader serve
) &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment