examples/calculator: use the new nit_activity
[nit.git] / bin / nitg
1 #!/bin/bash
2 self=`readlink /proc/$$/fd/255`
3 dir=`dirname "$self"`
4 exec "$dir/nitc" "$@"