Quote:
Originally Posted by williamrochira
Anyone know how to make kterm run a shell script on start?
I tried adding "-e sh start.sh" as a parameter in kterm.sh, but nope, didn't work.
Will.
EDIT: Never mind, it was my idiocy once again. I had PARAM='-e "sh start.sh"' but bash was parsing the speech marks, so I fixed it with PARAM="-e \"sh start.sh\""
|
Why not just run start.sh before you run kterm? It will inherit the environment of kterm.sh.
Using params never worked for me.