#!/bin/sh
echo \#!$3 -I$2/laola > $1/lls-mswordview
echo push \(@INC, \"$2/mswordview/laola\"\)\; >> $1/lls-mswordview
cat lls >> $1/lls-mswordview
chmod a+x $1/lls-mswordview

echo \#!$3 -I$2/laola > $1/lclean-mswordview
echo push \(@INC, \"$2/mswordview/laola\"\)\; >> $1/lclean-mswordview
cat lclean >> $1/lclean-mswordview
chmod a+x $1/lclean-mswordview

echo \#!$3 -I$2/laola > $1/ldat-mswordview
echo push \(@INC, \"$2/mswordview/laola\"\)\; >> $1/ldat-mswordview
cat ldat >> $1/ldat-mswordview
chmod a+x $1/ldat-mswordview

echo \#!$3 -I$2/laola > $1/lhalw-mswordview
echo push \(@INC, \"$2/mswordview/laola\"\)\; >> $1/lhalw-mswordview
cat lhalw >> $1/lhalw-mswordview
chmod a+x $1/lhalw-mswordview

echo \#!$3 -I$2/laola > $1/elser-mswordview
echo push \(@INC, \"$2/mswordview/laola\"\)\; >> $1/elser-mswordview
cat elser/elser >> $1/elser-mswordview
chmod a+x $1/elser-mswordview
