KMenu & shell script
- by allenskd
I'm trying to make a very small shell script with a simple command and add it up to the KMenu.
Well, thing is that once it launches the shell script, it closes it fast and I want to leave it open because the shell script attempts to create run a web application using a framework.
I tried with this first
#!/bin/bash
play run /home/david/Projects/ZS
then I tried with this
#!/bin/bash
konsole -e play run /home/david/Projects/ZSBlackboard
In terminal, it runs perfectly, but in launcher.. not so much
Any solution or suggestion is appreciated, thanks