Keep shebang at the top

This commit is contained in:
ItsDrike 2022-02-08 20:04:21 +01:00
parent ce49bfdf86
commit ba004aa98b
No known key found for this signature in database
GPG key ID: FB8CA11A2CF3A843

View file

@ -1,5 +1,5 @@
source ./scripts/common.sh
#!/usr/bin/env sh #!/usr/bin/env sh
source ./scripts/common.sh
rm -rf "$STATIC_BUILD" rm -rf "$STATIC_BUILD"
rm -rf "$OUTPUT_DIR" rm -rf "$OUTPUT_DIR"