making a hacky script for symlinking things to /usr/local/bin

This commit is contained in:
Siina Mashek 2023-01-17 16:50:28 +02:00
parent 893d1a57f2
commit d49bdfb70c

4
globalink.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
# Link some stuff to /usr/local/bin for ease of access with menus
if [ "$EUID" -ne 0 ]; then echo "Please run as root"; exit; fi
ln -s $(pwd)/apsalar/audacious /usr/local/bin/audacious