We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fae818d commit 9993a9bCopy full SHA for 9993a9b
bin/hop
@@ -1,5 +1,7 @@
1
#!/usr/bin/env bash
2
3
+set -eo pipefail
4
+
5
HOP_PATH=$(cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd)
6
TOOLKIT_PATH=$(dirname "$HOP_PATH")
7
0 commit comments