ACME Docs and changes in Functions.run_bash
This commit is contained in:
parent
014f83332c
commit
9db4d763ec
13 changed files with 127 additions and 99 deletions
7
src/tests/fixtures/run_bash.sh
vendored
Executable file
7
src/tests/fixtures/run_bash.sh
vendored
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Just return the exit code
|
||||
echo "Processing run_bash.sh"
|
||||
if [ -n "$1" ]; then
|
||||
exit "$1"
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue