12 lines
167 B
Bash
Executable File
12 lines
167 B
Bash
Executable File
#!/bin/bash
|
|
|
|
## Run this build script at root
|
|
## Ex)
|
|
## $ ./scripts/build.sh
|
|
##
|
|
|
|
./build_any.sh KissMeConsole
|
|
#./build_any.sh KissMeBatch
|
|
#./build_any.sh KissGram
|
|
|