Fix running an npm globally installed snowflake

Snowflake is now an npm published package that can install a global bin with npm i -g

It seems to be missing a #!/usr/bin/env node at the top of the script though