From 5320c4d2af874dd7cbaac8f005ee1ab66e16cf32 Mon Sep 17 00:00:00 2001 From: CyberLeo Date: Sat, 13 Feb 2010 06:32:41 -0600 Subject: [PATCH] Push script --- push | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 push diff --git a/push b/push new file mode 100755 index 0000000..3a8869c --- /dev/null +++ b/push @@ -0,0 +1,5 @@ +#!/bin/sh + +cd "$(dirname "${0}")" + +rsync --archive --delete --exclude=".git" --exclude="pkg" --exclude="root" --exclude="tree" --hard-links --progress --sparse --stats --verbose ./ cyberleo@ss4200:world/ -- 2.42.0