Skip to content

Instantly share code, notes, and snippets.

@ryuichiueda
Created October 27, 2015 04:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryuichiueda/063765e1e0d8b1e8a501 to your computer and use it in GitHub Desktop.
Save ryuichiueda/063765e1e0d8b1e8a501 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo $$
sleep 30
exec sleep 100 #ここでプロセスがsleep に置き換わる
echo ここには来ない
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment