mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-24 13:55:34 +00:00
Updated gitignore and Engine/bin for ticket #1
This commit is contained in:
parent
1cca6c95f2
commit
08d5ba86f7
593 changed files with 72474 additions and 0 deletions
13
Engine/bin/tools/packagemaker/scripts/templates/launchSafari
Normal file
13
Engine/bin/tools/packagemaker/scripts/templates/launchSafari
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#!/bin/bash
|
||||
|
||||
exec osascript <<EOF
|
||||
tell application "safari"
|
||||
set theURL to "$1"
|
||||
activate
|
||||
if not (document 1 exists) then
|
||||
make new document at beginning of documents
|
||||
end if
|
||||
tell front window
|
||||
set URL of document 1 to theURL
|
||||
end tell
|
||||
end tell
|
||||
Loading…
Add table
Add a link
Reference in a new issue