aboutsummaryrefslogtreecommitdiffstats
path: root/src/extract.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/extract.sh')
-rwxr-xr-xsrc/extract.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extract.sh b/src/extract.sh
index ce5c4d0..07eac37 100755
--- a/src/extract.sh
+++ b/src/extract.sh
@@ -14,6 +14,7 @@ find "$input_dir" -type f | grep -Pv '/\.|~$' |
case $input_file in
*.elm) ext="elm" ;;
*.nix) ext="nix" ;;
+ *.sh) ext="sh" ;;
*) ;;
esac