mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2024-11-10 05:59:41 +00:00
Keep shebang at the top
This commit is contained in:
parent
ce49bfdf86
commit
ba004aa98b
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue