We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8655bf0 commit 208ae2fCopy full SHA for 208ae2f
1 file changed
tools/warm_apts_and_pips.sh
@@ -1,16 +1,16 @@
1
#!/usr/bin/env bash
2
3
-# echo commands
+# Echo commands
4
set -o xtrace
5
6
-# exit on error to stop unexpected errors
+# Exit on error to stop unexpected errors
7
set -o errexit
8
9
# Keep track of the current directory
10
TOOLS_DIR=$(cd $(dirname "$0") && pwd)
11
TOP_DIR=`cd $TOOLS_DIR/..; pwd`
12
13
-# cd to top of devstack
+# Change dir to top of devstack
14
cd $TOP_DIR
15
16
# Echo usage
0 commit comments