projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0e3235
)
Document genmod.sh
author
terencehill <piuntn@gmail.com>
Tue, 23 Jun 2020 10:47:46 +0000
(12:47 +0200)
committer
terencehill <piuntn@gmail.com>
Tue, 23 Jun 2020 10:47:46 +0000
(12:47 +0200)
qcsrc/tools/genmod.sh
patch
|
blob
|
history
diff --git
a/qcsrc/tools/genmod.sh
b/qcsrc/tools/genmod.sh
index a8ac4a0e85a7533dbc78ff08ba450e8935322d9e..a8dd08de57c838fccf84d20e5f0098938e8cd7ee 100755
(executable)
--- a/
qcsrc/tools/genmod.sh
+++ b/
qcsrc/tools/genmod.sh
@@
-1,5
+1,9
@@
#!/usr/bin/env bash
set -eu
+
+# This script creates / updates the _mod.qc / _mod.qh / _mod.inc files based on
+# the qc / qh files present in the qcsrc folder.
+
cd ${0%/*}
cd ..
ROOT=$PWD/