This commit is contained in:
Marcel Fries
2025-10-23 09:55:23 +02:00
parent 9045cfc632
commit 00aff2984a
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -e
set -u
set -o pipefail
exec f2 -f "(\w+)[_-](\d\d\d\d)[-]?(\d\d)[-]?(\d\d)[_-](.*)" -r '$2-$3-$4 $5' -x "$@"