Skip to content

Instantly share code, notes, and snippets.

@EndangeredNayla
Last active May 14, 2020 15:17
Show Gist options
  • Save EndangeredNayla/aa475d7f9fdc3a06c4de78d79415db84 to your computer and use it in GitHub Desktop.
Save EndangeredNayla/aa475d7f9fdc3a06c4de78d79415db84 to your computer and use it in GitHub Desktop.
Amulet Launch ARCH
#!/bin/sh
cd "/opt/amulet-map-editor-bin"
echo = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
echo Amulet Map Editor needs Super User Access
echo = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
sudo chmod +x amulet_app
clear
sudo ./amulet_app "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment