diff --git a/GureumKIM/tools/deploy.sh b/GureumKIM/tools/build_product.sh similarity index 100% rename from GureumKIM/tools/deploy.sh rename to GureumKIM/tools/build_product.sh diff --git a/GureumKIM/tools/installtest.sh b/GureumKIM/tools/install_debug.sh similarity index 100% rename from GureumKIM/tools/installtest.sh rename to GureumKIM/tools/install_debug.sh diff --git a/GureumKIM/tools/test_product.sh b/GureumKIM/tools/test_product.sh new file mode 100755 index 00000000..44ee6a6a --- /dev/null +++ b/GureumKIM/tools/test_product.sh @@ -0,0 +1,5 @@ +#!/bin/bash +. ready.sh + +installer -pkg "build/Release/$pkgname.pkg" -target '/' +sudo killall Gureum \ No newline at end of file