This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/os/linux/bin/battplot

10 lines
198 B
Fish
Executable File

#!/usr/bin/env fish
echo '
set xdata time
set timefmt "%s"
set format x "%H:%M:%S"
# set yrange[0:96]
while (1) { plot "/home/daniel/.home/.battlog" using 1:2 with linespoints
pause 5 }
' | gnuplot