diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-04-14 18:11:27 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-04-14 18:11:27 +0200 |
| commit | b1f4b2e22553088a144fb6394419f3c5113b33ca (patch) | |
| tree | 4fd4005c38f400c17646a9b6d4fc7656b7e2e786 | |
| parent | modules/ly: Add a new black hole animation (diff) | |
| download | nixos-config-b1f4b2e22553088a144fb6394419f3c5113b33ca.zip | |
modules/lf/scripts/decompress: Show message on finished decompression
Diffstat (limited to '')
| -rwxr-xr-x | modules/by-name/lf/lf/commands/scripts/archive_decompress.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
