rasta/rasta_exp/utils/make_all_stats.sh
Jean-Marie Mineau cd1e91bb99
first commit
2023-11-16 14:30:24 +01:00

4 lines
133 B
Bash
Executable file

#!/bin/bash
utils/get_status_stats.py drebin > drebin_stats
seq 0 9 | parallel -j10 'utils/get_status_stats.py set{} > set{}_stats'