I am a researcher and I am using the RasPi to run experiments in my lab, with the OpenSesame software. Now- the software needs to be launched from the terminal with a couple of lines of commands. Nothing too complicated, but since I have many non linux-friendly people using the software I would like to make the thing easier for them.
So, is there a way that I can create a shortcut on the desktop that automatically runs the following commands in the terminal:
Code: Select all
cd ~/OpenSesame-release-0.27.4
python opensesame
I am sure it is a very basic question, but somehow I could not find a definitive answer here or elsewhere. I will be grateful to anyone who could provide some help.
Paolo