getlantern / browsersunbounded

Interoperable browser-based P2P proxies for censorship circumvention
GNU General Public License v3.0
11 stars 0 forks source link

Fix bang lines in bash scripts #111

Closed noahlevenson closed 1 year ago

noahlevenson commented 1 year ago

All the scripts in /cmd should start with a bang line that works cross platform.

I suggest /usr/bin/env bash but someone should test that on a Tim Cook device.

Crosse commented 1 year ago

someone should test that on a Tim Cook device.

FWIW I use #!/usr/bin/env bash for all my scripts that run on Linux/illumos/OpenBSD/macOS and it works fine.

noahlevenson commented 1 year ago

thanks @Crosse!

noahlevenson commented 1 year ago

@woodybury I updated all the scripts here: https://github.com/getlantern/broflake/commit/206392b774e1c76d6ee6efec4e3e920aad8030ea

LMK if they work for you now...

woodybury commented 1 year ago

works!