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…