more scripts
[dotfiles.git] / Scripts / statusbar / blocks_ram
index f775a17..e722c99 100755 (executable)
@@ -3,5 +3,5 @@
 # alternate script to display total ram too
 #ram="$(free -t -m | grep Mem | awk '{printf "%sM:%sM", $3, $2}')"
 ram="$(free -t -m | grep Mem | awk '{printf "%sM", $3}')"
-echo -e " $ram"
+echo " $ram"