aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-10-13 15:04:23 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-10-13 15:04:23 -0300
commitf1e7ddcf948b81b2eae5bc7c72b47f8caf13360a (patch)
tree55ffd6cfc3218ad40eb9f2332fd93f5820b304d4
parent710603069e348c9f2029c337891e06f7439ab85d (diff)
downloadunisyncer-f1e7ddcf948b81b2eae5bc7c72b47f8caf13360a.tar.gz
unisyncer-f1e7ddcf948b81b2eae5bc7c72b47f8caf13360a.tar.bz2
Rename scripts to unisync-
l---------sync-code1
l---------sync-home1
l---------sync-irssi1
l---------sync-irssi-tor1
-rwxr-xr-xunisync-all (renamed from sync-all)8
l---------unisync-code1
l---------unisync-home1
l---------unisync-irssi1
l---------unisync-irssi-tor1
9 files changed, 8 insertions, 8 deletions
diff --git a/sync-code b/sync-code
deleted file mode 120000
index 4ae0e16..0000000
--- a/sync-code
+++ /dev/null
@@ -1 +0,0 @@
-sync-all \ No newline at end of file
diff --git a/sync-home b/sync-home
deleted file mode 120000
index 4ae0e16..0000000
--- a/sync-home
+++ /dev/null
@@ -1 +0,0 @@
-sync-all \ No newline at end of file
diff --git a/sync-irssi b/sync-irssi
deleted file mode 120000
index 4ae0e16..0000000
--- a/sync-irssi
+++ /dev/null
@@ -1 +0,0 @@
-sync-all \ No newline at end of file
diff --git a/sync-irssi-tor b/sync-irssi-tor
deleted file mode 120000
index 4ae0e16..0000000
--- a/sync-irssi-tor
+++ /dev/null
@@ -1 +0,0 @@
-sync-all \ No newline at end of file
diff --git a/sync-all b/unisync-all
index be8fe05..c11837d 100755
--- a/sync-all
+++ b/unisync-all
@@ -29,19 +29,19 @@ function sync_code_run {
if [ ! -z "$DEST" ]; then
profiles=""
- if [ "$BASENAME" == "sync-code" ] || [ "$BASENAME" == "sync-all" ]; then
+ if [ "$BASENAME" == "unisync-code" ] || [ "$BASENAME" == "unisync-all" ]; then
profiles="$profiles $DEST-code"
fi
- if [ "$BASENAME" == "sync-irssi" ] || [ "$BASENAME" == "sync-all" ]; then
+ if [ "$BASENAME" == "unisync-irssi" ] || [ "$BASENAME" == "unisync-all" ]; then
profiles="$profiles $DEST-irssi"
fi
- if [ "$BASENAME" == "sync-irssi-tor" ] || [ "$BASENAME" == "sync-all" ]; then
+ if [ "$BASENAME" == "unisync-irssi-tor" ] || [ "$BASENAME" == "unisync-all" ]; then
profiles="$profiles $DEST-irssi-tor"
fi
- if [ "$BASENAME" == "sync-home" ] || [ "$BASENAME" == "sync-all" ]; then
+ if [ "$BASENAME" == "unisync-home" ] || [ "$BASENAME" == "unisync-all" ]; then
profiles="$profiles $DEST-home"
fi
diff --git a/unisync-code b/unisync-code
new file mode 120000
index 0000000..f2bc3ae
--- /dev/null
+++ b/unisync-code
@@ -0,0 +1 @@
+unisync-all \ No newline at end of file
diff --git a/unisync-home b/unisync-home
new file mode 120000
index 0000000..f2bc3ae
--- /dev/null
+++ b/unisync-home
@@ -0,0 +1 @@
+unisync-all \ No newline at end of file
diff --git a/unisync-irssi b/unisync-irssi
new file mode 120000
index 0000000..f2bc3ae
--- /dev/null
+++ b/unisync-irssi
@@ -0,0 +1 @@
+unisync-all \ No newline at end of file
diff --git a/unisync-irssi-tor b/unisync-irssi-tor
new file mode 120000
index 0000000..f2bc3ae
--- /dev/null
+++ b/unisync-irssi-tor
@@ -0,0 +1 @@
+unisync-all \ No newline at end of file