bring back buildwrapper as a wrapper for external scripts

This commit is contained in:
Aidan Hahn 2019-06-01 15:20:27 -07:00
parent 1f0360b6ed
commit ee48ef241f
No known key found for this signature in database
GPG key ID: 327711E983899316

View file

@ -1,5 +1,6 @@
#!/bin/sh #!/bin/sh
<<<<<<< Updated upstream
read -p "Enter Server CN (localhost or address): " SRVNAME read -p "Enter Server CN (localhost or address): " SRVNAME
read -p "Enter Client CN (localhost or address): " CLTNAME read -p "Enter Client CN (localhost or address): " CLTNAME
@ -132,3 +133,8 @@ chmod +x staging/server/server
echo "[+] removing test logs" echo "[+] removing test logs"
rm JobServ-Server-* rm JobServ-Server-*
=======
./certs-gen.sh
./gradlew clean build
./package.sh
>>>>>>> Stashed changes