Created
February 11, 2017 10:10
-
-
Save rluisr/8c8b5ea0edcdae5ede9958cb20170450 to your computer and use it in GitHub Desktop.
for
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
i=$1 | |
shift | |
(sleep $i; kill $$) & exec "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment