loader: the AModule.mmodule can be null if the mmodule is invalid
[nit.git] / bin / nitg
1 #!/bin/bash
2 self=`readlink /proc/$$/fd/255`
3 dir=`dirname "$self"`
4 exec "$dir/nitc" "$@"