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. I had PARAM='-e "sh start.sh"' but bash was parsing the speech marks, so I fixed it with PARAM="-e \"sh start.sh\""
Last edited by afterbox; 04-29-2018 at 07:15 PM.
|