model: add new type `MNotNullType` to force that null is excluded from a type.
[nit.git] / bin / nitg
1 #!/bin/bash
2 self=`readlink /proc/$$/fd/255`
3 dir=`dirname "$self"`
4 exec "$dir/nitc" "$@"