This commit is contained in:
Chris Friesen 2014-10-20 22:44:34 -05:00
Родитель 59d48c1a43
Коммит 0c4c6b0f10
8 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,4 @@
#!/usr/bin/env bash
if [ $# -eq 0 ]
then
$( dirname $0 )/Urho3DPlayer Scripts/Editor.as -w -s

Просмотреть файл

@ -1,3 +1,4 @@
#!/usr/bin/env bash
# To avoid cacophony of multiple background music when testing with multiple connections on the same test machine,
# start all the other non-headless connections with '-nobgm' argument.
# E.g. 1 - headless server

Просмотреть файл

@ -1,3 +1,4 @@
#!/usr/bin/env bash
doxygen -v 1>/dev/null 2>&1
if [ $? -ne 0 ]; then echo "Could not update document because doxygen is not installed" && exit 1; fi
cd $( dirname $0 )

Просмотреть файл

@ -1,3 +1,4 @@
#!/usr/bin/env bash
#
# Copyright (c) 2008-2014 the Urho3D project.
#

Просмотреть файл

@ -1,3 +1,4 @@
#!/usr/bin/env bash
#
# Copyright (c) 2008-2014 the Urho3D project.
#

Просмотреть файл

@ -1,3 +1,4 @@
#!/usr/bin/env bash
#
# Copyright (c) 2008-2014 the Urho3D project.
#

Просмотреть файл

@ -1,3 +1,4 @@
#!/usr/bin/env bash
#
# Copyright (c) 2008-2014 the Urho3D project.
#

Просмотреть файл

@ -1,3 +1,4 @@
#!/usr/bin/env bash
#
# Copyright (c) 2008-2014 the Urho3D project.
#