pankajpanjwani
Technical User
#!/bin/sh
# this will restart wishexec wish "$0" "$@"
the above works, but
the with csh... .
#!/bin/csh
# this will restart wishexec wish "$0" "$@"
doesn't work.
Expecting experts here to come with some strong reason
-Pankaj
# this will restart wishexec wish "$0" "$@"
the above works, but
the with csh... .
#!/bin/csh
# this will restart wishexec wish "$0" "$@"
doesn't work.
Expecting experts here to come with some strong reason
-Pankaj