From e8cd6cc95ace26322604f970d4f590788b141524 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 5 Feb 2013 00:34:14 -0200 Subject: Adding sync-irssi --- sync-code | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sync-code') diff --git a/sync-code b/sync-code index 1211ebd..24b39f2 100755 --- a/sync-code +++ b/sync-code @@ -11,6 +11,8 @@ if [ ! -z "$DEST" ]; then if [ "$BASENAME" == "sync-code" ]; then profile="$DEST-code" + elif [ "$BASENAME" == "sync-irssi" ]; then + profile="$DEST-code" else profile="$DEST-home" fi -- cgit v1.2.3