diff options
author | Matthew Kosarek <mattkae@protonmail.com> | 2021-03-11 19:35:37 -0500 |
---|---|---|
committer | Matthew Kosarek <mattkae@protonmail.com> | 2021-03-11 19:35:37 -0500 |
commit | ee410f9f793c6e8dbe39d188cf054558d99ba8b0 (patch) | |
tree | f3921a8380d39b0bab9e34701a255a30f851d91b | |
parent | a315509189073cdaf4172bcfd4e4a54e5c8c87eb (diff) |
Creating an upload script for simple Rsyncs
-rwxr-xr-x | upload.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/upload.sh b/upload.sh new file mode 100755 index 0000000..ae5767f --- /dev/null +++ b/upload.sh @@ -0,0 +1 @@ +rsync -a frontend/ root@physicsforgames.com:/var/www/physicsforgames |