summarylogtreecommitdiffstats
path: root/generate-config-patch.sh
blob: 4d5d624517bd16f20d0f94328bc96d7734cb5256 (plain)
1
2
3
4
#!/usr/bin/env bash
cd ./src/ergo/ || exit 1
LC_ALL=C TZ=UTC0 diff -Naur default.yaml{.orig,} >../../config.patch
LC_ALL=C TZ=UTC0 diff -Naur default.yaml{.orig,} --color=always