Skip to content

Instantly share code, notes, and snippets.

@jtomori
Last active November 22, 2018 14:50
Show Gist options
  • Save jtomori/0e9b5119226df7943486a4601ed4ed5e to your computer and use it in GitHub Desktop.
Save jtomori/0e9b5119226df7943486a4601ed4ed5e to your computer and use it in GitHub Desktop.
Launchers and aliases

Houdini

  • ~/h17.0.352.sh
    #!/usr/bin/env bash
    
    my_dir=$(pwd)
    cd /opt/hfs17.0.352/
    source houdini_setup
    cd $my_dir
  • ~/.bashrc
    alias h170.352="source ~/h17.0.352.sh"

Nuke

  • ~/.bashrc
    export nuke_launcher="/usr/local/Nuke11.1v4/Nuke11.1"
    alias nuke="${nuke_launcher} --nukex"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment