venture37

test ppc1

Feb 4th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. if [ `sysctl -n hw.optional.64bitops 2>/dev/null` = "1" ]; then
  2. echo "powerpc64"
  3. else
  4. echo "powerpc"
  5. fi
Advertisement
Add Comment
Please, Sign In to add comment