Merge pull request #497 from friesencr/shebangs_sh

Add shebangs to shell scripts.
This commit is contained in:
Yao Wei Tjong 2014-10-22 14:21:16 +08:00
Родитель d8177c23de 0c4c6b0f10
Коммит 59a38bbdb6
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.
#