summaryrefslogtreecommitdiff
path: root/rsync.sh
diff options
context:
space:
mode:
authorDustin Walker <dustin.walker@email.wsu.edu>2025-11-08 22:43:41 -0500
committerDustin Walker <dustin.walker@email.wsu.edu>2025-11-08 22:43:41 -0500
commit82167617497f25be03ab0e205345665b843dbd0e (patch)
tree91bc41b89cc4a8ba3ade5db314aa311a48088241 /rsync.sh
parent0e5bc2c954523d65c96273c68bc49d804de12df6 (diff)
fully reset paths, with a new test script for localhosting
Diffstat (limited to 'rsync.sh')
-rwxr-xr-xrsync.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/rsync.sh b/rsync.sh
index 7ceb4d1..229759e 100755
--- a/rsync.sh
+++ b/rsync.sh
@@ -8,4 +8,3 @@ if [ $# -eq 0 ] || ! [ $2 -gt 0 ] 2>/dev/null; then
else
rsync -rtvzP -e "ssh -p $2" ./ $1:/var/tmp/www
fi
-