Remove useless shebangs

This commit is contained in:
clsty
2025-02-06 19:18:00 +08:00
parent ddb420bcba
commit db1cc548ea
4 changed files with 4 additions and 8 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
#!/usr/bin/env bash
# This is NOT a script for execution, but for loading functions, so NOT need execution permission.
# This is NOT a script for execution, but for loading functions, so NOT need execution permission or shebang.
# NOTE that you NOT need to `cd ..' because the `$0' is NOT this file, but the script file which will source this file.
# The script that use this file should have two lines on its top as follows: