lib/standard/file: Added a way to change the buffering for a specified stream
[nit.git] / bin / nitc
1 #!/bin/bash
2 dir=`dirname "$BASH_SOURCE"`
3 exec "$dir/nitg" "$@"