#!/bin/sh#http://stackoverflow.com/questions/4774054/reliable-way-for-a-bash-script-to-get-the-full-path-to-itselfSCRIPT=$(readlink-f$0)SCRIPTPATH=`dirname$SCRIPT`if[-z"$1"]thenecho"You need to specify instllation root"exit 1fiinstall-d-v$1/usr/local/verilog/install-d-v$1/usr/local/bin/