dietervanhoof / polybar-spotify-controls

MIT License
87 stars 8 forks source link

Adds shebang to launch_listener.sh #7

Closed SF97 closed 5 years ago

SF97 commented 5 years ago

Adds shebang to launch_listener.sh so this bash file works on systems that have other shells other than bash as default

dietervanhoof commented 5 years ago

Hi

Thanks for your contribution! I appreciate it very much. I'm still mixed on using #!/usr/bin/env sh over #!/bin/sh. Is there any specific reason you're using this? I'm finding some differing opinions on using the /usr/bin/env. Specifically here and here.

I just want to spark the conversation here.