samoshkin / tmux-plugin-sysstat

Prints CPU usage, memory & swap, load average, net I/O metrics in Tmux status bar
MIT License
158 stars 48 forks source link

do a fflush() in the awk script #19

Open jgeraerts opened 4 years ago

jgeraerts commented 4 years ago

stdbuf is not available on osx so flush the output using fflush in awk.