From 59e6edd4fd818c60ca4ea416ae4d23163254dfa5 Mon Sep 17 00:00:00 2001 From: ene Date: Sun, 12 Mar 2023 01:29:28 +0100 Subject: Fix(hm/conf/lf): Rewrite some of the cmds --- home-manager/config/lf/cmds/chmod.sh | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 home-manager/config/lf/cmds/chmod.sh (limited to 'home-manager/config/lf/cmds/chmod.sh') diff --git a/home-manager/config/lf/cmds/chmod.sh b/home-manager/config/lf/cmds/chmod.sh deleted file mode 100644 index c7bb6ff8..00000000 --- a/home-manager/config/lf/cmds/chmod.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env dash -# shellcheck disable=SC2086 -# shellcheck source=/dev/null -. %SHELL_LIBRARY_PATH - - -readp "Mode Bits: " ans - -for file in $fx -do - chmod "$ans" "$file" -done - -lf -remote 'send reload' - - -if [ -d /tmp/LIB_FILE_TEMP_DIR/ ];then rm -r /tmp/LIB_FILE_TEMP_DIR/; fi -- cgit 1.4.1