#! /bin/sh if [ -x `which ruby` ]; then ruby -w -I src src/langnat.rb $@ else echo "No version of ruby found. Please install it." echo "More informations on: http://www.ruby-lang.org/en/" fi