Compare commits
No commits in common. "d49bdfb70c3f67512b4d671af050127b4cfedc37" and "5f1d3a8355cf5a7aa7433e89923ea3693717c87c" have entirely different histories.
d49bdfb70c
...
5f1d3a8355
2 changed files with 0 additions and 9 deletions
|
@ -1,5 +0,0 @@
|
|||
#!/bin/sh
|
||||
/usr/bin/rescrobbled &
|
||||
/usr/bin/audacious
|
||||
kill -9 $(pgrep -f rescrobbled)
|
||||
exit
|
|
@ -1,4 +0,0 @@
|
|||
#!/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