diff options
author | Luke Smith <luke@lukesmith.xyz> | 2021-03-12 11:57:51 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2021-03-12 11:57:51 -0500 |
commit | 91d40638d4bb0925914315dcc21eff30e48734bb (patch) | |
tree | bf58e0cbdb4fb77d9a26b5333ca88aff9d9a3b99 /update | |
parent | 2d2666a415116b186c848b7adc2f9dca13bc0057 (diff) | |
download | based.cooking-91d40638d4bb0925914315dcc21eff30e48734bb.tar based.cooking-91d40638d4bb0925914315dcc21eff30e48734bb.tar.gz based.cooking-91d40638d4bb0925914315dcc21eff30e48734bb.tar.lz based.cooking-91d40638d4bb0925914315dcc21eff30e48734bb.tar.xz based.cooking-91d40638d4bb0925914315dcc21eff30e48734bb.zip |
remove obsolete update file; images for cells
Diffstat (limited to 'update')
-rwxr-xr-x | update | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/update b/update deleted file mode 100755 index 5f0a38607..000000000 --- a/update +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# If you're Luke, add an arg to update the website too. - -git pull hub master - -#rm dest -rf -#mkdir -p dest -ssg5 src dest "Based Cooking (https://based.cooking)" "https://based.cooking" - -[ -n "$1" ] && - rsync -auvrlP --delete-after ~/.local/src/food/ root@based.cooking:/var/www/cooking |