using awk to parse out supported templates
This commit is contained in:
8
bin/zod_supported_extensions
Normal file
8
bin/zod_supported_extensions
Normal 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"
|
||||
Reference in New Issue
Block a user