Skip to content
Snippets Groups Projects
Commit a2b2e0b8 authored by Timothy B. Terriberry's avatar Timothy B. Terriberry
Browse files

Initial revision of Ogg Opus draft.

parent 16162302
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
#Stop on errors
set -e
#Set the CWD to the location of this script
[ -n "${0%/*}" ] && cd "${0%/*}"
echo running xml2rfc
xml2rfc draft-terriberry-oggopus.xml draft-terriberry-oggopus.html &
xml2rfc draft-terriberry-oggopus.xml
wait
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment