mirror of
https://github.com/SKCraft/Launcher.git
synced 2025-01-09 19:48:49 +01:00
3 lines
70 B
Bash
3 lines
70 B
Bash
|
#!/bin/sh
|
||
|
./gradlew clean build
|
||
|
read -p "Press any key to continue..."
|