about summary refs log tree commit diff stats
path: root/home-manager/config/lf/cmds/stripspace.sh
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-02-19 21:29:01 +0100
committerene <ene@sils.li>2023-02-19 21:30:25 +0100
commit9108d474af7776767d93eb933ff4b0b09772917a (patch)
tree0f8706dd91d9f6b9242717e482e41f8b6b24ed8e /home-manager/config/lf/cmds/stripspace.sh
parentFix(bootstrap): Fix a copy and paste oversight (diff)
downloadnixos-config-9108d474af7776767d93eb933ff4b0b09772917a.tar.gz
nixos-config-9108d474af7776767d93eb933ff4b0b09772917a.zip
Feat(lf): Add dependencies for the shell scripts
Diffstat (limited to 'home-manager/config/lf/cmds/stripspace.sh')
-rw-r--r--home-manager/config/lf/cmds/stripspace.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/home-manager/config/lf/cmds/stripspace.sh b/home-manager/config/lf/cmds/stripspace.sh
index c7f68767..0032be26 100644
--- a/home-manager/config/lf/cmds/stripspace.sh
+++ b/home-manager/config/lf/cmds/stripspace.sh
@@ -1,10 +1,11 @@
-#!/bin/sh
+#!/usr/bin/env dash
 # shellcheck disable=SC2086
 # shellcheck source=/dev/null
-. ~/.local/lib/shell/lib
+. %SHELL_LIBRARY_PATH
 
 
-stripspace "$f"
+die "This is still TODO"
+#stripspace "$f" # TODO
 
 
 if [ -d /tmp/LIB_FILE_TEMP_DIR/ ];then rm -r /tmp/LIB_FILE_TEMP_DIR/; fi