]> gitweb.fluxo.info Git - unisyncer.git/commitdiff
Rename scripts to unisync-
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 13 Oct 2016 18:04:23 +0000 (15:04 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 13 Oct 2016 18:04:23 +0000 (15:04 -0300)
sync-code [deleted symlink]
sync-home [deleted symlink]
sync-irssi [deleted symlink]
sync-irssi-tor [deleted symlink]
unisync-all [moved from sync-all with 69% similarity]
unisync-code [new symlink]
unisync-home [new symlink]
unisync-irssi [new symlink]
unisync-irssi-tor [new symlink]

diff --git a/sync-code b/sync-code
deleted file mode 120000 (symlink)
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 (symlink)
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 (symlink)
index 4ae0e16..0000000
+++ /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 (symlink)
index 4ae0e16..0000000
+++ /dev/null
@@ -1 +0,0 @@
-sync-all
\ No newline at end of file
similarity index 69%
rename from sync-all
rename to unisync-all
index be8fe053f2a86679e8135093993ee7ca42d96a04..c11837da7c10e0d321f0eb3a963fc56e044d9d30 100755 (executable)
--- a/sync-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 (symlink)
index 0000000..f2bc3ae
--- /dev/null
@@ -0,0 +1 @@
+unisync-all
\ No newline at end of file
diff --git a/unisync-home b/unisync-home
new file mode 120000 (symlink)
index 0000000..f2bc3ae
--- /dev/null
@@ -0,0 +1 @@
+unisync-all
\ No newline at end of file
diff --git a/unisync-irssi b/unisync-irssi
new file mode 120000 (symlink)
index 0000000..f2bc3ae
--- /dev/null
@@ -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 (symlink)
index 0000000..f2bc3ae
--- /dev/null
@@ -0,0 +1 @@
+unisync-all
\ No newline at end of file