venture37

test ppc2

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