index
:
dotfiles
master
My configuration files
O.Nelin
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.scripts
/
meminfo
blob: ddb93f619383823304d3913c7c5995a614dbb58c (
plain
)
1
2
#!/usr/bin/env bash free -h | awk '/Mem/{print "[" $3 " RAM " $2 "]" }' | tr -d '\n'