for foo bar bazz in {1..=10}
    echo $foo $bar $bazz
end

for script in tests/script_exec/a* tests/script_exec/b*
    target/debug/ion $script
end
