apenwarr-redo/t/sleep
Avery Pennarun 534dd9813f t/*.do: add some time delays.
These only take effect if you export SLEEP=1.  Useful for testing
parallelism.
2010-11-13 02:17:22 -08:00

4 lines
64 B
Text
Executable file

PATH=/bin:/usr/bin
if [ -n "$SLEEP" ]; then
exec sleep "$@"
fi