I have a perl script test.pl. I want to create desktop shortcut. While I click on this shortcut icon it will run my perl script and keep the terminal open.
I have tried the command
ln -s test.pl ~/Desktop/abc
while I click on this abc Icon from my desktop. It run and same time the terminal exit. Could you please help here?
My requirement is:
I want to create desktop shortcut for particular perl program. While I click on this icon from desktop, it should run and keep the terminal open.