1
0
mirror of https://github.com/Luzifer/archrepo.git synced 2024-09-20 03:02:57 +00:00
archrepo/scripts/repoctl.sh
Knut Ahlers 3dfe38a9e5
Prepare migration to zstd archives
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-01-05 23:26:10 +01:00

12 lines
240 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
cat -s <<EOF >scripts/repoctl.toml
repo = "$(find $(pwd) -mindepth 1 -maxdepth 1 -name '*.db.tar.xz' -or '*.db.tar.xstd')"
backup = false
interactive = false
columnate = false
color = "auto"
quiet = false
EOF