diff options
Diffstat (limited to 'website/update.sh')
-rwxr-xr-x | website/update.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/website/update.sh b/website/update.sh new file mode 100755 index 0000000..ed7f515 --- /dev/null +++ b/website/update.sh @@ -0,0 +1,2 @@ +#!/bin/bash +rsync -av --progress ./ -e ssh dragon:/var/www/html/truepolyglot/ |