stdlib/strings: Removed usage of Strings as SequenceRead by using chars.
[nit.git] / bin / nitc
1 #!/bin/bash
2 self=`readlink /proc/$$/fd/255`
3 dir=`dirname "$self"`
4 exec "$dir/nitg" "$@"