diff options
| author | lemurianmage <azureazure@disroot.org> | 2026-05-31 00:17:31 +0200 |
|---|---|---|
| committer | lemurianmage <azureazure@disroot.org> | 2026-05-31 00:17:31 +0200 |
| commit | cf102ad6c7d171dd500cae8b419b7f5c1e796ab4 (patch) | |
| tree | fc9c143c3f31b91aebf31d91e6a0e0960da15fc6 /build.sh | |
| parent | 226c628caaa2fc393010c2fa948ec0c5d7664115 (diff) | |
| download | slimegirl.nexus-cf102ad6c7d171dd500cae8b419b7f5c1e796ab4.tar.gz | |
make instead of shell scripts
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build.sh b/build.sh deleted file mode 100755 index 1b8bcfd..0000000 --- a/build.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -# the build breaks without this file for whatever reason -[ -f src/blog/index.org ] || touch src/blog/index.org -emacs -Q --script build-site.el |
