summaryrefslogtreecommitdiff
path: root/sb-ram
blob: 7033cbb1e62fd37d11a5784da0cb9a61d956a7ce (plain)
1
2
3
4
5
6
7
#!/bin/sh

#              colum of free -h v
ram_used="$(free -h | awk '(NR==2){print $3}')"
#                        row from free -h ^

echo "$ram_used"