docs(parser/generate_docs): Move shebang to first line

This commit is contained in:
Benedikt Peetz 2023-12-23 19:04:34 +01:00
parent 03f24503b7
commit 1d49bdf2cf
Signed by: bpeetz
GPG Key ID: A5E94010C3A642AD
1 changed files with 1 additions and 5 deletions

View File

@ -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