diff options
author | metamuffin <metamuffin@disroot.org> | 2024-08-15 04:00:41 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-08-15 04:00:41 +0200 |
commit | a2c498464ff09969bc6a98e475b82d44002fabeb (patch) | |
tree | 3c2f023fefe151955d485759682808efa7ac5302 /specs/build.sh | |
parent | 07746a6c39bbb2ec8d933378fdc6c47e5aab8b4f (diff) | |
download | hurrycurry-a2c498464ff09969bc6a98e475b82d44002fabeb.tar hurrycurry-a2c498464ff09969bc6a98e475b82d44002fabeb.tar.bz2 hurrycurry-a2c498464ff09969bc6a98e475b82d44002fabeb.tar.zst |
cleanup and remove specs dir
Diffstat (limited to 'specs/build.sh')
-rw-r--r-- | specs/build.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/specs/build.sh b/specs/build.sh deleted file mode 100644 index 9ffd1f93..00000000 --- a/specs/build.sh +++ /dev/null @@ -1,4 +0,0 @@ -#! bin/bash - -rm specs/specs_book.html -pandoc --webtex specs/*.md > specs/specs_book.html |