3 lines
82 B
Bash
Executable file
3 lines
82 B
Bash
Executable file
#!/usr/bin/bash
|
|
|
|
printf "%s" $(free -g | grep Mem | awk '{print $3 "/" $2 "GB"}')
|