6 lines
69 B
Bash
6 lines
69 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
python pretty.py | sort -n > pretty.csv
|
||
|
python plot.py
|
||
|
|