summaryrefslogtreecommitdiffstats
path: root/packaging/macos/create_buildenv.sh
blob: 5e9ac9db68609d61b48826f75d7688dfd7f7b909 (plain)
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