This commit is contained in:
Stavros kois
2024-05-12 22:41:41 +03:00
parent 5c90271604
commit 88f89c9f68
3 changed files with 7 additions and 2 deletions

View File

@@ -1,4 +1,6 @@
#!/bin/bash
[ "$DEBUG" == 'true' ] && set -x
[ "$STRICT" == 'true' ] && set -e
file_path="$1"
base_cmd="yq --front-matter=process"