github.com/Finschia/finschia-sdk@v0.48.1/scripts/README.md (about)

     1  Generally we should avoid shell scripting and write tests purely in Golang.
     2  However, some libraries are not Goroutine-safe (e.g. app simulations cannot be run safely in parallel),
     3  and OS-native threading may be more efficient for many parallel simulations, so we use shell scripts here.