From 9ac20effb78beabc5ad02b14de0df20bc84df93b Mon Sep 17 00:00:00 2001 From: wires Date: Wed, 2 Apr 2025 13:01:33 -0400 Subject: [PATCH] oops --- "\\" | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 "\\" diff --git "a/\\" "b/\\" deleted file mode 100644 index 6872d02..0000000 --- "a/\\" +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -rm -rf ./public -hugo --minify || exit $? -gzip -rk public || exit $? -fd . public -tf -E '*.gz' -x brotli -k {} || exit $? -rsync -rvz --delete ./public/ wires.systems:/var/www/html