Fixed spacing

This commit is contained in:
PedoDeveloper 2024-11-13 11:52:26 +00:00
parent 3ea5fcfa15
commit c84085236d

View file

@ -1,11 +1,11 @@
#!/bin/bash
# This script packs a file or directory into a 7z archive with the given password.
# It can (optionally) split the archives into volumes of a fixed size in megabytes.
source functions.sh
set -euo pipefail
cleanup() {
local archive_name="$1"
rm -f "${archive_name}"*