View Single Post
Old 07-22-2014, 11:49 AM   #1040
afterbox
Enthusiast
afterbox began at the beginning.
 
Posts: 35
Karma: 10
Join Date: Jul 2014
Device: Paperwhite 2013 3G + Wifi
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.
afterbox is offline   Reply With Quote