first commit
This commit is contained in:
commit
cd1e91bb99
287 changed files with 86425 additions and 0 deletions
10
rasta_exp/utils/init.sh
Executable file
10
rasta_exp/utils/init.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
set_name=$1
|
||||
|
||||
|
||||
for set_num in `seq 0 9`; do
|
||||
set_name=set${set_num}
|
||||
utils/gen_tasks.sh ${set_name}
|
||||
done
|
||||
utils/gen_tasks.sh drebin
|
Loading…
Add table
Add a link
Reference in a new issue