This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
dotfiles
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
213
Commits
1
Branch
652 MiB
Shell
64.2%
xBase
22.1%
Lua
13.6%
Tree:
d07ee2d5c1
dotfiles
/
.local
/
bin
/
status-memory
3 lines
62 B
Raw
Blame
History
#!/bin/bash
free -h
|
awk
'/^Mem/ { print $3 }'
|
sed s/i//g