diff options
author | EuAndreh <eu@euandre.org> | 2024-02-23 14:40:24 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-02-23 14:40:24 -0300 |
commit | 21be0bfc48d73beb9860a47d28b5b16b9c2a29b8 (patch) | |
tree | 17eccfccb7c5d54d65f6c133cd3585f983175c95 /tests/cli-opts.sh | |
parent | Implement accretion.runMigrations() and wrappings of node-sqlite3 (diff) | |
download | papod-21be0bfc48d73beb9860a47d28b5b16b9c2a29b8.tar.gz papod-21be0bfc48d73beb9860a47d28b5b16b9c2a29b8.tar.xz |
src/hero.mjs: Add buildServer()
Diffstat (limited to 'tests/cli-opts.sh')
-rwxr-xr-x | tests/cli-opts.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cli-opts.sh b/tests/cli-opts.sh index a25b66c..b67ab11 100755 --- a/tests/cli-opts.sh +++ b/tests/cli-opts.sh @@ -1,4 +1,4 @@ #!/bin/sh set -eu -"$@" -V +"$@" -V >&2 |