~clean up scripts
Remove any redundant info, only leaving what is absolutely necessary.
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
line=$(free -m | sed -n 2p);
|
||||
used=$(echo $line | awk '{print $3}');
|
||||
available=$(echo $line | awk '{print $2}');
|
||||
echo "100 * $used / $available" | bc -l | xargs printf " Mem: %.2f" $1
|
||||
echo "100 * $used / $available" | bc -l | xargs printf " %.2f" $1
|
||||
echo "%"
|
||||
|
||||
Reference in New Issue
Block a user