aboutsummaryrefslogtreecommitdiffstats
path: root/spec/lib/alaveteli_external_command_scripts/error.sh
blob: 65e74b3c61fdc47dd03441b71c6f0abecfa7fc03 (plain)
1
2
3
4
#!/bin/sh

echo "this is my error message" >&1
exit 1