diff options
author | Tom Feist <shabble@metavore.org> | 2010-10-14 20:42:31 +0000 |
---|---|---|
committer | Tom Feist <shabble@metavore.org> | 2010-10-14 20:42:31 +0000 |
commit | 91585163e7f7cd886b2bce4c98dbc3d14b9d3c2e (patch) | |
tree | ad714832c76eb1c72537db47c1a309261d2385ab /test/no-screen-run-irssi.sh | |
parent | uberprompt: removed dead code from startup func. (diff) | |
download | irssi-scripts-91585163e7f7cd886b2bce4c98dbc3d14b9d3c2e.tar.gz irssi-scripts-91585163e7f7cd886b2bce4c98dbc3d14b9d3c2e.zip |
misc: tidying up my working dir
Diffstat (limited to '')
-rwxr-xr-x | test/no-screen-run-irssi.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/no-screen-run-irssi.sh b/test/no-screen-run-irssi.sh new file mode 100755 index 0000000..dd81624 --- /dev/null +++ b/test/no-screen-run-irssi.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +export PERL5LIB=${PERL5LIB}:/opt/stow/repo/irssi/lib/perl5/5.10.1/darwin-2level +/opt/stow/repo/irssi/bin/irssi --home=irssi/ |