I use OS X and was confused by the "system is not supported" message. Does this script really need a `if [ ${machine} != "Linux" ]` check? I mean... It's just a bunch of SQL files and Postgres-specific commands, isn't it?
I use OS X and was confused by the "system is not supported" message.
Does this script really need a
if [ ${machine} != "Linux" ]check?I mean... It's just a bunch of SQL files and Postgres-specific commands, isn't it?