Segfault-Inc / Multicorn

Data Access Library
https://multicorn.org/
PostgreSQL License
700 stars 145 forks source link

Change shebang to #!/bin/sh as it's a valid POSIX sh #151

Closed neilmcguigan closed 1 year ago

neilmcguigan commented 8 years ago

This allows the file to run on systems that don't have bash (like *BSD)

Tested on OpenBSD - works!