4 lines
64 B
Text
Executable file
4 lines
64 B
Text
Executable file
PATH=/bin:/usr/bin
|
|
if [ -n "$SLEEP" ]; then
|
|
exec sleep "$@"
|
|
fi
|