Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
5 lines (3 sloc) 112 Bytes
#!/bin/bash
hermes generate grammar.hgr --name=wdl --directory=wdl --header
mv wdl/wdl_parser.py wdl/parser.py