unix_cuberef2cubescript.sh 342 B

1234567891011
  1. # Automatically allows *nix based platforms to transform ../reference.xml into ../../config/docs.cfg
  2. # This requires "xsltproc" - which may already be installed on most Linux based operating systems.
  3. xsltproc -o ../../config/docs.cfg cuberef2cubescript.xslt ../reference.xml
  4. echo ""
  5. echo ""
  6. echo "This shell script has finished!"
  7. sleep 10