Compare commits
2 commits
5f1d3a8355
...
d49bdfb70c
Author | SHA1 | Date | |
---|---|---|---|
d49bdfb70c | |||
893d1a57f2 |
2 changed files with 9 additions and 0 deletions
5
apsalar/audacious
Executable file
5
apsalar/audacious
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
/usr/bin/rescrobbled &
|
||||
/usr/bin/audacious
|
||||
kill -9 $(pgrep -f rescrobbled)
|
||||
exit
|
4
globalink.sh
Executable file
4
globalink.sh
Executable 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
|
Loading…
Reference in a new issue