Fixed spacing
This commit is contained in:
parent
3ea5fcfa15
commit
c84085236d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,11 +1,11 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# This script packs a file or directory into a 7z archive with the given password.
|
# 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.
|
# It can (optionally) split the archives into volumes of a fixed size in megabytes.
|
||||||
|
|
||||||
source functions.sh
|
source functions.sh
|
||||||
|
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
|
|
||||||
cleanup() {
|
cleanup() {
|
||||||
local archive_name="$1"
|
local archive_name="$1"
|
||||||
rm -f "${archive_name}"*
|
rm -f "${archive_name}"*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue