# This file can be used as shell script command by typing # "prompt> \bin\sh readme" # It will launch compilation of the three example present in this # directory echo "-- Compiling package.lus" ../../bin/lv6 packages.lus -main mainPack:preced echo "-- Compiling modelInst.lus" ../../bin/lv6 modelInst.lus -main main:main echo "-- Compiling Condact.lus" ../../bin/lv6 Condact.lus -main TestCondact:C