summaryrefslogtreecommitdiff
path: root/regress/simulation/alltest.sh
blob: b6131448e3d439bf0ff51ad143fca67884282630 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
#
# $Id$
#

(cd ../../fml/etc/;sh .gen.sh)
sudo rm -f /etc/fml/main.cf 
sudo rm -f /usr/local/libexec/fml/fmlwrapper
(cd ../..; sudo sh INSTALL.sh )
cat example |\
perl -w /usr/local/libexec/fml/fml.pl --params pwd=$PWD /var/spool/ml/elena
	

exit 0