diff options
-rwxr-xr-x | publish.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/publish.sh b/publish.sh new file mode 100755 index 00000000..4021b9bd --- /dev/null +++ b/publish.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +# This will pro8a8ly only work if you're....like, me! +# So, don't even try, if you aren't. +# 8ut you can tweak it to your own server if that's your vi8e. + +rsync -avhL site/ --info=progress2 nebula@ed1.club:/home/nebula/hsmusic |