chore: bootstrap independent git workflow
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
12
scripts/release/smoke-binary.sh
Executable file
12
scripts/release/smoke-binary.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
if [ "$#" -ne 1 ]; then
|
||||
echo "usage: scripts/release/smoke-binary.sh <binary-path>" >&2
|
||||
exit 2
|
||||
fi
|
||||
|
||||
binary_path="$1"
|
||||
|
||||
"$binary_path" --help
|
||||
"$binary_path" --version
|
||||
Reference in New Issue
Block a user