Files
KissMe/scripts/build.sh

14 lines
226 B
Bash
Raw Normal View History

2023-05-28 18:07:33 +09:00
#!/bin/bash
## Run this build script at root
## Ex)
## $ ./scripts/build.sh
##
2023-06-20 23:22:02 +09:00
THIS_PATH=`dirname "$0"`
${THIS_PATH}/build_any.sh KissMeConsole
#${THIS_PATH}/build_any.sh KissMeBatch
#${THIS_PATH}/build_any.sh KissGram
2023-05-28 18:07:33 +09:00