5 lines
170 B
Bash
Executable File
5 lines
170 B
Bash
Executable File
# cron-timing: 01 00 01 01 *
|
|
# Calls endpoint to write all public Holidays for the current year inside a database.
|
|
port=__PORT__
|
|
curl localhost:$port/auto/feiertage
|