The scripts jconsole.sh and jqt.sh with first lines:
#!/bin/bash
return "file not found" errors, but work if changed to either:
#!/bin/sh
or
#!/usr/local/bin/bash
I found an old post explaining that bash is installed in
/usr/local/bin in freebsd unlike linux where bash is installed in /bin
A small matter, but I thought should be noted.
Thanks,
Benedict