Skip to content

Commit 8c283c1

Browse files
committed
cli: set cwd
1 parent 1285be5 commit 8c283c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codapi-cli

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4+
cd "$(dirname "$0")"
45
sandboxes_dir="sandboxes"
56

67
main() {

0 commit comments

Comments
 (0)