Austin Schuh | a2168ff | 2017-04-16 20:37:18 -0700 | [diff] [blame^] | 1 | #!/bin/bash |
2 | |||||
3 | cat superstructure.cc | grep 'table entry' | sed 's/^.*{\(.*\), {\(.*\), \(.*\), \(.*\) \* M_PI.*$/\1, \2, \3, \4/' > /tmp/constants_plot | ||||
4 | |||||
5 | gnuplot plot_constants.gnuplot |