initial commit

This commit is contained in:
2025-05-28 16:32:46 +01:00
commit ae04bf6ec4
3 changed files with 146 additions and 0 deletions

11
install.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
set -eu
# make sure the cwd is where the script is.
pushd "$(dirname "$0")" >> /dev/null
DEST=$1
cp ./docker-compose.yml $DEST
cp -r cron $DEST