source: release-kits/lirk3/bin/ant-installer/wizard.sh@ 14982

Last change on this file since 14982 was 14982, checked in by oranfry, 16 years ago

initial import of LiRK3

File size: 275 bytes
Line 
1#!/bin/sh
2
3dir=`expr match "$0" '\(.*\)wizard.sh'`
4# if it we did not call ./ change to the directory we called
5if [ "$dir" != "./" ] ; then
6 if [ "$dir" != "" ] ; then
7 echo changing to $dir
8 cd "$dir" ;
9 fi
10fi
11./templates/defaultproject/runtemplate.sh $1
Note: See TracBrowser for help on using the repository browser.