1
0
mirror of https://github.com/Luzifer/archrepo.git synced 2024-09-20 11:12:57 +00:00
archrepo/scripts/repoctl.sh
2019-09-30 01:20:25 +02:00

12 lines
220 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')"
backup = false
interactive = false
columnate = false
color = "auto"
quiet = false
EOF