slack-tui
slack-tui copied to clipboard
Change shebang for better compatibility
Using /usr/bin/env node
is better than using /usr/bin/local/node
.
/usr/bin/local/node
is unavailable for users who use node with system
install or with nvm.