mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 17:05:34 +00:00
10 lines
134 B
Bash
Executable file
10 lines
134 B
Bash
Executable file
#!/bin/sh
|
|
# Build KMSample2
|
|
|
|
#
|
|
# Prevents 'clear' on exit of mingw64 bash shell
|
|
#
|
|
SHLVL=0
|
|
|
|
echo Build KMSample2
|
|
./gradlew clean build
|