#!/bin/sh # Wrapper for nom_build.py. cd $(dirname $0) python3 ./config/nom_build.py "$@" exit $?