3 lines
86 B
Bash
3 lines
86 B
Bash
#!/bin/bash
|
|
ARGS="evolve-sc --test --generations 20 --population 50 $@"
|
|
`./run $ARGS`
|