Advertisement
Guest User

Archey for Mac

a guest
Apr 27th, 2013
523
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. host=$(hostname | sed 's/.local//g')
  2. User=$(whoami)
  3. OS="OS X $(sw_vers -productVersion)"
  4. Shell="$SHELL"
  5. Disk=`df | head -2 | tail -1 | awk '{print $5}'`
  6. Catchphrase="Enter catchphrase here!"
  7. echo "
  8.  
  9. ###
  10. ####
  11. ###
  12. ####### ## ####### User: $User
  13. ###################### Hostname: $host
  14. ##################### $OS
  15. #################### Kernel: $(uname)
  16. #################### Shell: /bin/bash
  17. ##################### Disk: $Disk
  18. ######################
  19. ####################
  20. ################
  21. #### #####
  22.  
  23. $Catchphrase"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement