typing: ASuperExpr do not lose information about the type of self
[nit.git] / bin / nitc
1 #!/bin/bash
2 self=`readlink /proc/$$/fd/255`
3 dir=`dirname "$self"`
4 exec "$dir/nitg" "$@"