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 4e1ae5c commit 42f3920Copy full SHA for 42f3920
scripts/docker-build.sh
@@ -1,4 +1,4 @@
1
-#!/bin/bash
+#!/usr/bin/env bash
2
3
set -euo pipefail
4
scripts/shellcheck.sh
find scripts -name "*.sh" -exec shellcheck {} +
scripts/version-sync.sh
function usage {
echo "Usage: $(basename "$0") [-c] -f FILE_TO_CHANGE REPLACEMENT_FORMAT [-f FILE_TO_CHANGE REPLACEMENT_FORMAT ...]" 2>&1
echo 'Synchronize files to latest version in source file'
0 commit comments