#!/bin/bash # Run installer script # Pass on args to installer that can parse them scripts/hpvm_installer.py "$@" # Set path. export PATH=$BUILD_DIR/bin:$PATH