In firefox for webcal protocol i want to assign shell script as webcal.sh
After assignment Edit-Preferences i just realized firefox cant execute sh file. Is there any idea?
I guess problem is shellscript file in terminal execute with sh command. is it possible to execute without sh command. I mean instead of "sh webcal.sh" i want to execute "webcal.sh"
I guess this one will work my problem.
It works well in xubuntu.
Any idea?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I tried
* chmod +x webcal.sh after that ./webcal.sh --- Doesnt work - sh: ./webcal.sh : notfound