1 2 3 4 5 6 7 8 9 10
#!/usr/bin/env bash # create_buildenv.sh # https://github.com/dehesselle/mibap # # create jhbuild environment for Inkscape for script in 1??-*.sh; do ./$script done