First commit, irssi-autospeak is here!
This commit is contained in:
7
install
Executable file
7
install
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
#Basic Install Script
|
||||
read -p "This will install to~/.irssi/scripts and create a simlink to autostart the script. Press enter to continue or control+c to exit." continue
|
||||
mkdir -p ~/.irssi/scripts/autorun/
|
||||
cp -v autospeak.pl ~/.irssi/scripts/
|
||||
[ -L $HOME/.irssi/scripts/autorun/autospeak.pl ] || ln -s $HOME/.irssi/scripts/autospeak.pl $HOME/.irssi/scripts/autorun/autospeak.pl
|
||||
echo "Done!"
|
Reference in New Issue
Block a user