summaryrefslogtreecommitdiff
path: root/regress/simulation/reset_cgi.sh
blob: ca38b6bf296dcd29ce5181d0f91bf829265d0532 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
#
# $FML$
#

sh reset_lib.sh
makefml --force newml elena
rm -f $HOME/public_html/cgi-bin/fml/fml.org/.htaccess

egrep -v '^#' $HOME/public_html/cgi-bin/fml/fml.org/admin/menu.cgi |head -30

exit 0