Create CBR daily download script (#1)

This commit is contained in:
2025-08-10 22:39:31 +02:00
parent 2fe04c1cd4
commit 204c6dc7c8
2 changed files with 8 additions and 0 deletions

4
cbr.setup Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
CMD="11 21 * * * kornerr /home/kornerr/vps/cbr.get"
CRON_FILE=/etc/cron.d/cbr
echo "$CMD" > $CRON_FILE