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