aboutsummaryrefslogtreecommitdiff
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
parent2a018fc7cd3eb1eded7ff8d46682c6fa0883e85c (diff)
downloadscripts-e8cd6cc95ace26322604f970d4f590788b141524.tar.gz
scripts-e8cd6cc95ace26322604f970d4f590788b141524.tar.bz2
Adding sync-irssi
-rwxr-xr-xsync-code2
l---------sync-irssi1
2 files changed, 3 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
diff --git a/sync-irssi b/sync-irssi
new file mode 120000
index 0000000..e737e41
--- /dev/null
+++ b/sync-irssi
@@ -0,0 +1 @@
+sync-code \ No newline at end of file