contrib/inkscape_tools: add option for the full path to the generated source
[nit.git] / bin / nitg
1 #!/bin/bash
2 self=`readlink /proc/$$/fd/255`
3 dir=`dirname "$self"`
4 exec "$dir/nitc" "$@"