In my company, there are a lot of maintain scripts. I found one start like with:
#!/bin/sh
# the next line restarts using expectk \
exec `ksh -c "echo /usr/bin/expectk \"$0\" -- $*"`
But I don't understand why and how it restarts using expectk.
Anyone help?