We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d5eccc commit 1f7891eCopy full SHA for 1f7891e
test
@@ -1,9 +1,9 @@
1
#!/bin/bash -e
2
3
-if [ "$XTRACE" = 1 ]; then set -x; fi
4
-
5
export PATH="$PWD/bin:$PATH"
6
+. commands/.settings
+
7
mkdir self-test && cd "$_"
8
9
git init
0 commit comments