I'm testing with the 'Hello World' tutorial (without the rake part), made the package with the linux x86_64 binary and run it on VM Ubuntu 17.10.1 64bits and it showed the 'hello world' message.
Before run it on VM OpenBSD 6.3 64bits, I installed bash and copied the bash file from /usr/local/bin/ to /bin/ , since the shebang used is #!/bin/bash.
However when running, it shows this error message:

I'm a newbie in linux, so I'm not sure if it's my mistake or if it's not supported because it needs a diferent binary for OpenBSD.
I'm testing with the 'Hello World' tutorial (without the rake part), made the package with the linux x86_64 binary and run it on VM Ubuntu 17.10.1 64bits and it showed the 'hello world' message.
Before run it on VM OpenBSD 6.3 64bits, I installed bash and copied the bash file from
/usr/local/bin/to/bin/, since the shebang used is#!/bin/bash.However when running, it shows this error message:
I'm a newbie in linux, so I'm not sure if it's my mistake or if it's not supported because it needs a diferent binary for OpenBSD.