From b1f4b2e22553088a144fb6394419f3c5113b33ca Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 14 Apr 2026 18:11:27 +0200 Subject: modules/lf/scripts/decompress: Show message on finished decompression --- modules/by-name/lf/lf/commands/scripts/archive_decompress.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/by-name') diff --git a/modules/by-name/lf/lf/commands/scripts/archive_decompress.sh b/modules/by-name/lf/lf/commands/scripts/archive_decompress.sh index 11d634b1..6cae62a2 100755 --- a/modules/by-name/lf/lf/commands/scripts/archive_decompress.sh +++ b/modules/by-name/lf/lf/commands/scripts/archive_decompress.sh @@ -29,5 +29,8 @@ echo "$fx" | while read -r file; do *.7z) 7z x "$file" ;; *) die "'$file' is not a supported file for unarchiving." ;; esac + + lf_cmd echo "decompression of '$file' done." done + # vim: ft=sh -- cgit 1.4.1