ropes: Fix the behavior of `RopeBuffer.clear` when used with `to_s`.
[nit.git] / bin / nitc
1 #!/bin/bash
2 dir=`dirname "$BASH_SOURCE"`
3 exec "$dir/nitg" "$@"