build_oggdraft.sh 244 B

123456789101112
  1. #!/bin/sh
  2. #Stop on errors
  3. set -e
  4. #Set the CWD to the location of this script
  5. [ -n "${0%/*}" ] && cd "${0%/*}"
  6. echo running xml2rfc
  7. xml2rfc draft-terriberry-oggopus.xml draft-terriberry-oggopus.html &
  8. xml2rfc draft-terriberry-oggopus.xml
  9. wait