1
0
Fork 0
docker-easy-haproxy/tests/fixtures/run_bash.sh
Joao Gilberto Magalhaes 55d0d1a105 Modernizing PyThon Projec
2026-01-22 20:14:22 -05:00

7 lines
107 B
Bash
Executable file

#!/bin/bash
# Just return the exit code
echo "Processing run_bash.sh"
if [ -n "$1" ]; then
exit "$1"
fi