Project

General

Profile

root / branches / 1.1 / etc / run.sh.template @ 847

1
#!/bin/bash
2

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

    
7
% endfor