]> AND Private Git Repository - canny.git/blob - stc/exp/ml_stc_linux_make_v1.0/example.sh
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
b9570dac9e184947631c115d51be92b2df0adabe
[canny.git] / stc / exp / ml_stc_linux_make_v1.0 / example.sh
1 echo "example of Multi-layered construction implemented using STCs"
2 echo "author: Tomas Filler ( tomas.filler@gmail.com, http://dde.binghamton.edu/filler )"
3
4 echo "running \"example1_ml_stc.exe\""
5 ./release/example1_ml_stc
6 echo done
7
8 echo "running \"example2_ml_stc.exe\""
9 ./release/example2_ml_stc
10 echo done