1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-04 22:20:24 +00:00

Deletes qb64_start_osx.command [ci-skip]

This file will have an equivalent generated at build time.
This commit is contained in:
Fellippe Heitor 2020-02-25 08:23:13 -03:00 committed by GitHub
parent 52169d46f7
commit 3446fc0bbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +0,0 @@
cd "$(dirname "$0")"
./qb64 &
osascript -e 'tell application "Terminal" to close (every window whose name contains "qb64_start_macos.command")' &
osascript -e 'if (count the windows of application "Terminal") is 0 then tell application "Terminal" to quit' &
exit