Guest User

Untitled

a guest
Aug 12th, 2025
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #!/bin/bash -norc
  2. 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"
  3.  
Add Comment
Please, Sign In to add comment