We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1285be5 commit 8c283c1Copy full SHA for 8c283c1
codapi-cli
@@ -1,6 +1,7 @@
1
#!/usr/bin/env bash
2
set -euo pipefail
3
4
+cd "$(dirname "$0")"
5
sandboxes_dir="sandboxes"
6
7
main() {
0 commit comments