Compare commits

...

2 Commits

2 changed files with 9 additions and 0 deletions

5
apsalar/audacious Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
/usr/bin/rescrobbled &
/usr/bin/audacious
kill -9 $(pgrep -f rescrobbled)
exit

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