Project

General

Profile

root / trunk / etc / run.sh.template

1
#!/bin/bash
2

    
3
% for configname, configfile in configs:
4
echo Running ${configname}
5
haizea -c ${configfile}
6

    
7
% endfor