diff options
| author | Kai Stevenson <kai@kaistevenson.com> | 2022-10-27 13:44:18 -0700 |
|---|---|---|
| committer | Kai Stevenson <kai@kaistevenson.com> | 2022-10-27 13:44:18 -0700 |
| commit | 04cd72c5b46a16b7b82d581f22fe74d2f1e4916e (patch) | |
| tree | 260c0164db9dec7037f6dc6decbfe42a9ff15527 /updatesite.command | |
| parent | f496a6bcc09d2a67fdf6593a4d3866fa3421d525 (diff) | |
added some links to the homepage
Diffstat (limited to 'updatesite.command')
| -rwxr-xr-x | updatesite.command | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/updatesite.command b/updatesite.command deleted file mode 100755 index dde0a14..0000000 --- a/updatesite.command +++ /dev/null @@ -1,9 +0,0 @@ -rsync -avzP --rsh=ssh . root@www.aberrantflux.xyz:/var/www/aberrantflux-site - -if [ $# -eq 0 ]; then - exit 0 -fi - -git add . -git commit -m "$1" -git push |
