|
Revision 1, 436 bytes
(checked in by scottvlaminck, 4 years ago)
|
|
initial import
|
| Line | |
|---|
| 1 | #!/bin/sh |
|---|
| 2 | |
|---|
| 3 | groovy -cp examples/0_interactive:src/groovy:lib/js.jar examples/0_interactive/InteractiveJavascriptTest.groovy |
|---|
| 4 | |
|---|
| 5 | groovy -cp examples/1_conference:src/groovy:lib/js.jar examples/1_conference/ConferenceTest.groovy |
|---|
| 6 | |
|---|
| 7 | groovy -cp examples/2_browser:src/groovy:lib/js.jar examples/2_browser/ExpandElementTest.groovy |
|---|
| 8 | |
|---|
| 9 | groovy -cp examples/3_prototype:src/groovy:lib/js.jar examples/3_prototype/ExpandElementWithPrototypeTest.groovy |
|---|
| 10 | |
|---|
| 11 | |
|---|