Create CBR daily download script #1

Merged
kornerr merged 3 commits from cbr into main 2025-08-10 22:39:32 +02:00
2 changed files with 6 additions and 0 deletions
Showing only changes of commit ebc9ad0502 - Show all commits

4
cbr.get Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
URL=https://www.cbr.ru/scripts/XML_daily.asp
OUT=/var/www/html/cbr
wget $URL -O $OUT

2
cbr.setup Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash