Add shebangs to shell scripts
This commit is contained in:
Родитель
59d48c1a43
Коммит
0c4c6b0f10
|
@ -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.
|
||||
#
|
||||
|
|
Загрузка…
Ссылка в новой задаче