This website requires JavaScript.
Explore
Help
Register
Sign In
BitHeaven
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2db42127d0
dotfiles
/
.local
/
scripts
/
9994_ram
6 lines
80 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
mem
=
"
$(
free -h
|
awk
'/Mem:/ {print $3 "/" $2}'
)
"
echo
"
$mem
"
Reference in New Issue
View Git Blame
Copy Permalink