I added the following to /etc/rc.local
(
cd /home/pi/Desktop
exec ./start_picoin.sh
) &
The script it executes is nothing more then a simple echo at the moment. I would like this script to be executed in a terminal that stays open after execution. How can I do that?