Guest User

Untitled

a guest
Jul 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. if [ ! grep -o ht /proc/cpuinfo | head -1 == ht ]; then
  4. echo "You have hyperthreading!"
  5. else
  6. echo "You do not have hyperthreading."
Add Comment
Please, Sign In to add comment