6 lines
107 B
Bash
Executable File
6 lines
107 B
Bash
Executable File
#! /usr/bin/env bash
|
|
set -e
|
|
|
|
# Execute hython, passing through all arguments
|
|
$(houdini-path)/bin/hython $@
|