Closed yurivict closed 3 years ago
This line https://github.com/thliebig/openEMS/blob/master/openEMS.sh#L1 should be replaced with
#!/bin/sh
because Bash is an extra-dependency on systems which don't have Bash installed by default (ex. *BSD).
Sounds like a wired setup to have, but okay, please create a pull request, maybe together with #77
https://github.com/thliebig/openEMS/pull/80
This line https://github.com/thliebig/openEMS/blob/master/openEMS.sh#L1 should be replaced with
because Bash is an extra-dependency on systems which don't have Bash installed by default (ex. *BSD).