diff options
author | (quasar) nebula <towerofnix@gmail.com> | 2020-12-09 17:37:23 -0400 |
---|---|---|
committer | (quasar) nebula <towerofnix@gmail.com> | 2020-12-09 17:37:23 -0400 |
commit | 56298f4a826882abcf6f1065ebca7c6490f7e622 (patch) | |
tree | 3d7ce67bf173c54ce7eaf70e4b7c0cd483e64d52 | |
parent | e4adc8f3996ce63d7a7eba23f3806a4db2a75200 (diff) |
publish script
-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 |