I am a fresh user of Ubuntu. I enjoy with 18.04 version and there are many things to learn. As for example to launch a program called "Holy Bible." The distributor is the "Institute for Bible Translation" - https://ibtrussia.org/en/pc.
The installation of the package comes along with the file that provides the script to launch the program; but I couldn't as a result of my incompetence.
Here it is the script:
#!/bin/bash
cd "$( dirname "${BASH_SOURCE[0]}" )"
"./MK/xulrunner/xulrunner" --app "./MK/xulsword/application.ini" -profile "./MK/profile"
Would you please explain how to run the program with this script from "Terminal"
Thank you very much.
Exec
line respectively) would be~/Downloads/Holy_Bible/start-MK.sh
in my example. – dessert Aug 08 '18 at 05:33