docs(parser/generate_docs): Move shebang to first line
This commit is contained in:
parent
03f24503b7
commit
1d49bdf2cf
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env sh
|
||||
# Copyright (C) 2023 The Trinitrix Project <soispha@vhack.eu, antifallobst@systemausfall.org>
|
||||
#
|
||||
# This file is part of the Trixy crate for Trinitrix.
|
||||
|
@ -17,12 +18,7 @@
|
|||
# If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
#!/usr/bin/env sh
|
||||
|
||||
|
||||
|
||||
ebnf2pdf make "./docs/grammar.ebnf"
|
||||
mv grammar.ebnf.pdf ./docs/grammar.pdf
|
||||
|
||||
|
||||
# vim: ft=sh
|
||||
|
|
Reference in New Issue