Files
ASE/run_trans.sh
2024-12-26 15:47:21 +01:00

5 lines
57 B
Bash
Executable File

for (( i=1; i<=29000; i++ ))
do
./transform_file.py
done