diff options
author | EuAndreh <eu@euandre.org> | 2024-08-03 18:56:25 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-08-03 18:56:25 -0300 |
commit | 1b16d3c9465bc0e411ab5ad6cc8deef988c9cff1 (patch) | |
tree | 775d7a36263b3cb314dc95feacc66d3eb834a8ff /tests/cli-opts.sh | |
parent | rm src/export_test.go (diff) | |
download | gobang-1b16d3c9465bc0e411ab5ad6cc8deef988c9cff1.tar.gz gobang-1b16d3c9465bc0e411ab5ad6cc8deef988c9cff1.tar.xz |
rm tests/cli-opts.sh
Diffstat (limited to 'tests/cli-opts.sh')
-rwxr-xr-x | tests/cli-opts.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/cli-opts.sh b/tests/cli-opts.sh deleted file mode 100755 index f06f8a6..0000000 --- a/tests/cli-opts.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -set -eu - -"$1" | grep -qE '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' |