session logout

hi,

im executing one script i,e sh test.sh

i want to log out the sessing after script execution.

and i do't want to user command like this.

sh test.sh ; exit

can i exit the session with the use of script

pl help

Try...

exec test.sh