diff options
author | EuAndreh <eu@euandre.org> | 2024-09-23 10:13:16 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-09-28 19:04:10 -0300 |
commit | 78ce3d2aa74c5ac26c64f55d55bf5d6076c00a63 (patch) | |
tree | 2301826f6dd651259393c30391341e7c8b3688a4 /tests/integration.sh | |
parent | Initial empty commit (diff) | |
download | cracha-78ce3d2aa74c5ac26c64f55d55bf5d6076c00a63.tar.gz cracha-78ce3d2aa74c5ac26c64f55d55bf5d6076c00a63.tar.xz |
Init Go project skeleton with liteq init
Diffstat (limited to 'tests/integration.sh')
-rwxr-xr-x | tests/integration.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/integration.sh b/tests/integration.sh new file mode 100755 index 0000000..fcb62ca --- /dev/null +++ b/tests/integration.sh @@ -0,0 +1,4 @@ +#!/bin/sh +set -eu + +exit |