aboutsummaryrefslogtreecommitdiff
path: root/sync-home
diff options
context:
space:
mode:
Diffstat (limited to 'sync-home')
l---------[-rwxr-xr-x]sync-home17
1 files changed, 1 insertions, 16 deletions
diff --git a/sync-home b/sync-home
index 4c9d6db..e737e41 100755..120000
--- a/sync-home
+++ b/sync-home
@@ -1,16 +1 @@
-#!/bin/bash
-#
-# sync home folder across systems
-#
-
-DEST="$1"
-
-if [ ! -z "$DEST" ]; then
- profile="$DEST-home"
- if [ -f "$HOME/.unison/$profile.prf" ]; then
- unison $profile
- else
- echo "No such profile $HOME/.unison/$profile.prf"
- exit 1
- fi
-fi
+sync-code \ No newline at end of file