Skip to content

Add Shebang (Fixes #84)

Arky requested to merge playingwithsid/butterbox-rpi:shebang-fix into main

It is generally a good convention to add the shebang to bash scripts. This helps when packaging images where the system has to launch a subprocess based on the shebang.

Fixes #84

Edited by Arky

Merge request reports