summaryrefslogtreecommitdiff
path: root/sync.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sync.sh')
-rwxr-xr-xsync.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/sync.sh b/sync.sh
deleted file mode 100755
index a7a5ae8..0000000
--- a/sync.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-
-source xib_env
-
-sync () {
- for i in $@; do
- echo "syncing from $XIB_EXPORT to $i"
- [[ $# = 0 ]] || rsync -Lta --no-perms --no-owner --no-group --delete -z -e ssh "$XIB_EXPORT/" $i
- done;
-}
-
-sync oracle2:/srv/www/xi/html/ cheetah:/srv/www/xi/html/
-