Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save petergi/8bfa606741d6383e407ede8f58f3093a to your computer and use it in GitHub Desktop.
Save petergi/8bfa606741d6383e407ede8f58f3093a to your computer and use it in GitHub Desktop.
#!/bin/bash
mem=$(sysctl -n hw.memsize)
mem="$((mem/1073741274)) GB"
echo $mem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment