Skip to content

Instantly share code, notes, and snippets.

@initcron
Created May 25, 2022 10:43
Show Gist options
  • Save initcron/75d05e8ec414f11ba4b24807d995ceaf to your computer and use it in GitHub Desktop.
Save initcron/75d05e8ec414f11ba4b24807d995ceaf to your computer and use it in GitHub Desktop.
#!/bin/sh
echo "I: Sleeping for 10 secs...."
sleep 10
echo "I: done sleeping..."
exec "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment