Skip to content

Instantly share code, notes, and snippets.

@gerhc
Created June 27, 2012 21:42
Show Gist options
  • Save gerhc/3007044 to your computer and use it in GitHub Desktop.
Save gerhc/3007044 to your computer and use it in GitHub Desktop.
#!/bin/sh
/home/omab/x.py &
LASTPID=$!
sleep 1m
kill $LASTPID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment