new shebangs

This commit is contained in:
2025-01-17 19:07:28 +08:00
parent 45499ca5df
commit c4b2af8073
102 changed files with 103 additions and 103 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
##makedesc: Install file templates (KDE)
echo
@@ -48,7 +48,7 @@ EOF
echo "- Shell" ####################################################
cat <<EOF > "$TPL_SRC/template.sh"
#!/bin/bash
#!/usr/bin/env bash
EOF
cat << EOF > "$TPL_DIR/sh.desktop"