We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2414f9 commit b296848Copy full SHA for b296848
anonymize_parallel.sh
@@ -17,11 +17,13 @@ set -euo pipefail
17
[ -n "${DEBUG:-}" ] && set -x
18
srcdir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
19
20
+# shellcheck disable=SC1090
21
. "$srcdir/bash-tools/lib/utils.sh"
22
23
# re-establish srcdir local to this script since util.sh include brings its own srcdir
24
25
26
+# shellcheck disable=SC2120
27
usage(){
28
if [ -n "$*" ]; then
29
echo "$@" >&2
0 commit comments