Added install script and fixed line spacing in sound.pl. this is only a basic install script.
This commit is contained in:
parent
36323fe887
commit
dfca0da773
7
install
Executable file
7
install
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
#Basic Install Script
|
||||
echo "This will install to~/.irssi/scripts and create a simlink to autostart the script."
|
||||
mkdir -p ~/.irssi/scripts/autorun/
|
||||
cp sound.pl ~/.irssi/scripts/
|
||||
ln -s ~/.irssi/scripts/sound.pl ~/.irssi/scripts/autorun/sound.pl
|
||||
echo "Done!"
|
Loading…
Reference in New Issue
Block a user