model: intro `MModule::first_real_mmodule` to get the first non-fictive module
[nit.git] / bin / nitg
1 #!/bin/bash
2 self=`readlink /proc/$$/fd/255`
3 dir=`dirname "$self"`
4 exec "$dir/nitc" "$@"