This commit is contained in:
2025-01-24 13:19:20 +01:00
parent 1387a2230c
commit ec6fc95b91
3 changed files with 78 additions and 0 deletions

10
queries/recreate.sh Executable file
View File

@ -0,0 +1,10 @@
#!/bin/bash
sv() {
cat pvec.sql | sed 's/%Y%/'$1'/' | sed 's/%M%/'$2'/' | sed 's/%D%/'$3'/' | psql -d udi-hottis
}
sv 2025 01 02