mirror of
https://github.com/vale981/bachelor_thesis
synced 2025-03-05 09:31:42 -05:00
6 lines
109 B
Fish
Executable file
6 lines
109 B
Fish
Executable file
#!/bin/fish
|
|
|
|
for i in (seq $argv[1])
|
|
Sherpa -R $i $argv[2..-1] "ANALYSIS_OUTPUT: analysis_$i" &
|
|
end
|
|
wait
|