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 10138fdc47
Fix missing -name
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-01-10 18:47:06 +01:00

12 lines
246 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 -name '*.db.tar.xstd')"
backup = false
interactive = false
columnate = false
color = "auto"
quiet = false
EOF