aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-05-25 16:09:45 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-05-25 16:09:45 -0300
commit2eeb04e645198842c3094cb0ef84f50e4b9bd54f (patch)
tree7aecc91c3169623e016c2e90fdff4652f13cb0c8
parentfa4573fe272c44064017f078dbc20ec708cdb65c (diff)
downloadscripts-2eeb04e645198842c3094cb0ef84f50e4b9bd54f.tar.gz
scripts-2eeb04e645198842c3094cb0ef84f50e4b9bd54f.tar.bz2
Adding sync-irssi-tor
-rwxr-xr-xsync-code2
l---------sync-irssi-tor1
2 files changed, 3 insertions, 0 deletions
diff --git a/sync-code b/sync-code
index 0bf3582..eece25f 100755
--- a/sync-code
+++ b/sync-code
@@ -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
diff --git a/sync-irssi-tor b/sync-irssi-tor
new file mode 120000
index 0000000..e737e41
--- /dev/null
+++ b/sync-irssi-tor
@@ -0,0 +1 @@
+sync-code \ No newline at end of file