]> Shamusworld >> Repos - ardour-manual-diverged/blob - doit
a4860052d75596e658196f91503cb5b674fe500b
[ardour-manual-diverged] / doit
1 #!/bin/sh
2 #
3 # Simple shell script to do all the steps that need doing
4 #
5
6 rm -rf _build/* && \
7 ./munge && \
8 ./build.rb
9