diff --git a/test_noxslt.fish b/test_noxslt.fish index 2633c5d..6f0c66b 100755 --- a/test_noxslt.fish +++ b/test_noxslt.fish @@ -1,5 +1,7 @@ #!/usr/bin/fish +# This is an example fish script to run local transformations + # argv: [path to xml file] # usage: # find {$xmlDir} -type f -name '*.xml' -exec ./test_noxslt.fish '{}' \;