4 lines
133 B
Bash
Executable file
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'
|