macOSでコンパイル可能に
This commit is contained in:
12
macos/hexagon.sh
Normal file
12
macos/hexagon.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
DIR="$(cd "$(dirname "$0")" && pwd)"
|
||||
ADIR="$(dirname "$DIR")"
|
||||
|
||||
BIN="$ADIR/MacOS/hexagon_real"
|
||||
|
||||
osascript <<EOF
|
||||
tell application "Terminal"
|
||||
activate
|
||||
do script "\"$BIN\"; exit"
|
||||
end tell
|
||||
EOF
|
||||
Reference in New Issue
Block a user