diff options
author | EuAndreh <eu@euandre.org> | 2025-05-02 18:34:58 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-02 19:10:40 -0300 |
commit | 715815e3bea7fec41a385742b0a6a8fee4c5cf99 (patch) | |
tree | e752e49b0127cae36724877174579aaff801a0c5 /tests/build-sample.sh | |
parent | WIP: Commit sh code as-is (diff) | |
download | gistatic-715815e3bea7fec41a385742b0a6a8fee4c5cf99.tar.gz gistatic-715815e3bea7fec41a385742b0a6a8fee4c5cf99.tar.xz |
Switch from POSIX sh to Go
Diffstat (limited to 'tests/build-sample.sh')
-rwxr-xr-x | tests/build-sample.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/build-sample.sh b/tests/build-sample.sh deleted file mode 100755 index bc544b8..0000000 --- a/tests/build-sample.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -set -eu - -./gistatic -i -o tmp/ tests/resources/repositories/* -for r in tests/resources/repositories/* $PWD; do - NAME="$(basename "$r")" - mkdir -p "tmp/$NAME" - ./gistatic -u "https://example.com/$NAME" -o "tmp/$NAME" "$r" -done |