mirror of
https://github.com/kmein/niveum
synced 2026-03-19 11:31:09 +01:00
5 lines
163 B
Bash
5 lines
163 B
Bash
#!/bin/sh
|
|
hora reg 'miaengiadina|fysi|filli' -O csv \
|
|
-b "$(date -d "$(date +%Y-%m)-20 last month" +%Y-%m-%d)" \
|
|
-e "$(date -d "$(date +%Y-%m)-19" +%Y-%m-%d)"
|