aboutsummaryrefslogtreecommitdiff
path: root/sync-code
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-02-05 00:34:14 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-02-05 00:34:14 -0200
commite8cd6cc95ace26322604f970d4f590788b141524 (patch)
tree49713b124483ca96bd3ef87d2b1d96a393347adf /sync-code
parent2a018fc7cd3eb1eded7ff8d46682c6fa0883e85c (diff)
downloadscripts-e8cd6cc95ace26322604f970d4f590788b141524.tar.gz
scripts-e8cd6cc95ace26322604f970d4f590788b141524.tar.bz2
Adding sync-irssi
Diffstat (limited to 'sync-code')
-rwxr-xr-xsync-code2
1 files changed, 2 insertions, 0 deletions
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