From: Silvio Rhatto Date: Sat, 25 May 2013 19:09:45 +0000 (-0300) Subject: Adding sync-irssi-tor X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2eeb04e645198842c3094cb0ef84f50e4b9bd54f;p=scripts.git Adding sync-irssi-tor --- 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