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