Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save suz-lab/463aa533afb98b2ef75b to your computer and use it in GitHub Desktop.
Save suz-lab/463aa533afb98b2ef75b to your computer and use it in GitHub Desktop.
#!/bin/sh
su - sleep -c "sleep 60 & echo \$! > /tmp/sleep.pid"
mv /tmp/sleep.pid $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment