Skip to content

Instantly share code, notes, and snippets.

@jtomori
Created December 22, 2018 21:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jtomori/580e61807d0ce1254fe5de90b125e5e4 to your computer and use it in GitHub Desktop.
Save jtomori/580e61807d0ce1254fe5de90b125e5e4 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
# find location of this script, move one level up
ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && cd .. && pwd )"
# set up env vars
export HOUDINI_DSO_PATH="${HOUDINI_DSO_PATH}:&:$ROOT/dso"
export HOUDINI_DSO_ERROR=2
# run testing scene
houdini -foreground $ROOT/test/test.hipnc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment