Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash -norc
- echo -e "HDD: $(df -H /dev/nvme0n1p3 --output=used |grep G | cut -c2-4)/$(df -H /dev/nvme0n1p3 --output=size | grep G | cut -c2-4)GB" ; echo "RAM: $(free --gibi | grep Mem: | cut -c 31-32)/$(free --gibi | grep Mem: | cut -c 19-20)GB"
Add Comment
Please, Sign In to add comment