Skip to content

Instantly share code, notes, and snippets.

@meru-akimbo
Created October 30, 2012 16:32
Show Gist options
  • Save meru-akimbo/3981341 to your computer and use it in GitHub Desktop.
Save meru-akimbo/3981341 to your computer and use it in GitHub Desktop.
クローラの再起動
kill -9 `ps auxw|grep "perl hoge.pl"|egrep -v grep|awk'{print $2}'`
nohup perl hoge.pl &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment