Skip to content

Instantly share code, notes, and snippets.

@munky69rock
Created June 7, 2013 09:27
Show Gist options
  • Select an option

  • Save munky69rock/5728130 to your computer and use it in GitHub Desktop.

Select an option

Save munky69rock/5728130 to your computer and use it in GitHub Desktop.
CPUコア数の取得
#!/bin/sh
# cf:http://www.songmu.jp/riji/archives/2013/06/worker.html
getconf _NPROCESSORS_ONLN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment