diff options
Diffstat (limited to '')
-rwxr-xr-x | scripts/apply-translations.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/apply-translations.sh b/scripts/apply-translations.sh index 1148b60..e1b92db 100755 --- a/scripts/apply-translations.sh +++ b/scripts/apply-translations.sh @@ -1,4 +1,5 @@ -#!/bin/sh -eu +#!/bin/sh +set -eu for f in $(git ls-files | grep -E '.(md|slides)$' | grep -v '^vendor/reveal.js$'); do l="$(grep '^lang: ..$' "$f" | awk '{print $2}')" |