#!/bin/bash # IronPython 2.6 Beta 2 doesn't work with backshift. It's possible FePy # would - it's supposed to have a patched standard library to facilitate # compatibility with the usual python standard library. # ipy (IronPython), at least on Ubuntu 11.04, seems to just use the # system's CPython standard library, which results in tracebacks. # I see no FePy package for Ubuntu, although there was an IronPython # package for Ubuntu 11.04. exec ipy "$@"