5 lines
101 B
Bash
Executable File
5 lines
101 B
Bash
Executable File
#!/bin/sh
|
|
cd ../
|
|
sh ./scripts/wrapper.sh
|
|
./gradlew target_teavm_javascript:assembleMainComponents $@
|