From: Silvio Rhatto Date: Tue, 5 Feb 2013 02:34:14 +0000 (-0200) Subject: Adding sync-irssi X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e8cd6cc95ace26322604f970d4f590788b141524;p=scripts.git Adding sync-irssi --- 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