diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-05-25 16:09:45 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-05-25 16:09:45 -0300 |
commit | 2eeb04e645198842c3094cb0ef84f50e4b9bd54f (patch) | |
tree | 7aecc91c3169623e016c2e90fdff4652f13cb0c8 /sync-code | |
parent | fa4573fe272c44064017f078dbc20ec708cdb65c (diff) | |
download | scripts-2eeb04e645198842c3094cb0ef84f50e4b9bd54f.tar.gz scripts-2eeb04e645198842c3094cb0ef84f50e4b9bd54f.tar.bz2 |
Adding sync-irssi-tor
Diffstat (limited to 'sync-code')
-rwxr-xr-x | sync-code | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ if [ ! -z "$DEST" ]; then profile="$DEST-code" elif [ "$BASENAME" == "sync-irssi" ]; then profile="$DEST-irssi" + elif [ "$BASENAME" == "sync-irssi-tor" ]; then + profile="$DEST-irssi-tor" else profile="$DEST-home" fi |