small pixel drawing of a pufferfish j3s.sh

Add correct shell implementation
Jes Olson j3s@c3f.net
Thu, 07 Apr 2022 19:28:24 -0400
commit

c7a056610bd87a01af8422e82de0900c8f885054

parent

3de570bcd7d48679bb97ae0a46833efa581d0e03

1 files changed, 3 insertions(+), 1 deletions(-)

jump to
M thought/my-website-is-one-binary.htmlthought/my-website-is-one-binary.html

@@ -198,7 +198,9 @@ #

# deploy my website cd /home/j3s/code/j3s.sh - if git fetch origin; then + git fetch origin + if git status | grep -q behind; then + git merge origin/main go build mv j3s.sh /usr/local/bin/j3s.sh service j3s.sh restart