Update launcher.sh

This commit is contained in:
FBDev 2024-04-22 19:53:43 +01:00 committed by GitHub
parent 580e95a6f2
commit 8f4bf14c0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,7 @@
# CHMOD All files (.sh)
find . -type f -iname "*.sh" -exec chmod +x {} \;
go build
# Main choice function
function choice () {