Files
nixpkgs/nixos/tests/windmill/bash.script
T
2025-11-25 15:17:48 +00:00

11 lines
357 B
Plaintext

# shellcheck shell=bash
# arguments of the form X="$I" are parsed as parameters X of type string
msg="$1"
dflt="${2:-default value}"
# WARN; Cannot download dependency modules from internet during sandbox testing!
# the last line of the stdout is the return value
# unless you write json to './result.json' or a string to './result.out'
echo "Hello $msg"