Rename scripts for syntax highlighting

This commit is contained in:
clsty
2025-10-01 21:49:46 +08:00
parent a7097014a3
commit 7aa1230553
11 changed files with 16 additions and 16 deletions
@@ -1,9 +1,9 @@
# This file is provided for any distros, mainly non-Arch(based) distros.
# This script depends on `functions' .
# This script depends on `functions.sh' .
# 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.
# This file is provided for any distros, mainly non-Arch(based) distros.
# The script that use this file should have two lines on its top as follows:
# cd "$(dirname "$0")"
# export base="$(pwd)"