]> gitweb.fluxo.info Git - scripts.git/commitdiff
Adding sync-irssi
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 5 Feb 2013 02:34:14 +0000 (00:34 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 5 Feb 2013 02:34:14 +0000 (00:34 -0200)
sync-code
sync-irssi [new symlink]

index 1211ebdd1a99b0db95119b493a6ed05ca7a03699..24b39f2877d13383b0022441dc4e647d246bb0dc 100755 (executable)
--- 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 (symlink)
index 0000000..e737e41
--- /dev/null
@@ -0,0 +1 @@
+sync-code
\ No newline at end of file