stdlib/strings: Cleaned the old way of defining private attributes (readable var...
[nit.git] / bin / nitc
1 #!/bin/bash
2 self=`readlink /proc/$$/fd/255`
3 dir=`dirname "$self"`
4 exec "$dir/nitg" "$@"