-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathtest-demos.sh
executable file
·26 lines (25 loc) · 1.09 KB
/
test-demos.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/bin/bash
demos=(demos/99BottlesOfBeer/index.html demos/Data2Text/batiment.html demos/Data2Text/building.html \
demos/Augmentation/Augmentation.html \
demos/Bilinguo/index.html \
demos/date/index.html demos/e2eChallenge/index.html \
demos/Evaluation/index.html demos/Evenements/index.html \
demos/ExercicesDeStyle/index.html \
demos/ExercicesOrthographe/index.html \
demos/Inflection/index.html \
demos/KilometresAPied/index.html \
demos/Personage/index.html \
demos/PetitChaperonRouge/LittleRedRidingHood.html demos/PetitChaperonRouge/PetitChaperonRouge.html \
demos/Pronoms/index.html \
demos/randomGeneration/French.html demos/randomGeneration/English.html \
demos/RosaeNLG-demos/index.html \
demos/UDRegenerator/UDregenerator-en.html demos/UDRegenerator/UDregenerator-fr.html \
demos/VariantesDePhrases/index.html \
documentation/user.html \
Tutorial/tutorial.html \
Tests/testAll.html
)
open /Applications/Safari.app ${demos[@]}
node dist/jsRealB-server.mjs demos/Weather/weatherLexicon.js & \
python3 demos/Weather/Bulletin.py ; \
killall node