using awk to parse out supported templates

This commit is contained in:
nuex
2011-10-08 11:13:47 -04:00
parent 0ab0d57d39
commit 7448411442
3 changed files with 41 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/sh
# return a list of all supported file extensions
zod_lib="$1"
filter_opts="$2"
awk -f "$zod_lib/supported_extensions.awk" "$filter_opts"