about summary refs log tree commit diff stats
path: root/home-manager/config/lf/commands/scripts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xhome-manager/config/lf/commands/scripts/mk_scr10
1 files changed, 1 insertions, 9 deletions
diff --git a/home-manager/config/lf/commands/scripts/mk_scr b/home-manager/config/lf/commands/scripts/mk_scr
index 9d404c87..99f9f1d6 100755
--- a/home-manager/config/lf/commands/scripts/mk_scr
+++ b/home-manager/config/lf/commands/scripts/mk_scr
@@ -4,15 +4,7 @@
 SHELL_LIBRARY_VERSION="1.1.3" . %SHELL_LIBRARY_PATH
 
 script=$(mktmp)
-cat << EOF > $script
-#!/usr/bin/env dash
-# shellcheck disable=SC2086
-# shellcheck source=/dev/null
-. %SHELL_LIBRARY_PATH
-
-
-
-EOF
+cat "%SHELL_LIBRARY_TEMPLATE" > "$script"
 
 readp "Script Name: " script_name
 scr="$(pwd)"/"$script_name"