Files
date/test_fail.sh
T

7 lines
101 B
Bash
Raw Normal View History

2025-01-09 10:02:10 +00:00
#!/bin/sh
2017-11-26 23:11:58 -05:00
2025-01-09 10:18:24 +00:00
# show what is to be run
echo $1
2025-01-09 10:18:24 +00:00
# run the command
eval $1 || exit 1 # if fails, return 1