removed poster plots from tracked

This commit is contained in:
weygoldt
2023-02-22 10:18:33 +01:00
13 changed files with 1 additions and 2671 deletions

View File

@@ -6,5 +6,5 @@ message='Running scripts in directory: '
for py_file in $(ls plot_*); do
echo -e $message$color$py_file$nocolor
python $py_file
python3 $py_file
done