Dragging in some modules when X86Compiler is used, so scripts can use them.
[trylon.git] / trylon-interpreter
blob3931b032f5814eb381088791953cb35d7dfd1065
1 #!/bin/bash
3 # This is for running old-style scripts, where the file is treated as the body
4 # of a function, and allows you to run them using Unix shebangs
5 # ("#!/usr/bin/env trylon-interpreter"). But the new class-based style script
6 # (where the file is treated as the definition of a class) is preferred when it
7 # can be used.
9 trylon -i "$@"