View Single Post

  #7 (permalink)  
Old 04-09-2006, 02:27 PM
sparky sparky is offline
Member
User
 
Join Date: Mar 2006
Posts: 35
Rep Power: 0
sparky
Default

found one way round it, run script using . command causes the script to get excuted using the same shell
ie run you script
./myscript opens new shell
.myscript cause script to run in current shell

Reply With Quote