Creating certain scripts to use in Lubuntu/LXDE as described here that should look like this
and were made to be run by shortcut as described in the last part of that answer, in order to search on the internet a selected text, I have made a mistake: I have started certain scripts with the line
#! bin/bash
instead of
#! /bin/bash
but only discovered the error after trying to use the same scripts in a different system (Xfce in Mint), which made me search and find the answer here, which suggested the correction: and now the corrected scripts work as intended in Mint/Xfce.
But the scripts with the bad line are still working in Lubuntu as if the bad line was not that bad!
(The lxde shortcut settings are in ~/.config/openbox/lubuntu-rc.xml
and they clearly indicate scripts that contain the bad line.)
How is this possible?