1 2 3
#!/bin/sh free --mebi | sed -n '2{p;q}' | awk '{printf (" 🐏 %2.1fG/%2.0fG\n", ( $3 / 1024), ($2 / 1024))}'