#!/bin/zsh

echo -e " `free -mh | awk '/^Mem/ {print $2}'` total/`free -mh | awk '/^Mem/ {print $3}'` used"  
