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