Commit graph

3 commits

Author SHA1 Message Date
Danny Browning
ac37fd5e29 tools: bash from env
Use of hardcoded bash prevents users from using an upgraded bash which may
live in a different location. This behavior is often seen on OSX systems.

Utilize env to find the preferred bash to call for scripts.
2020-11-17 14:06:37 +01:00
Jason Ish
d1ac839333 template scripts: allow to be called from top or src
Allow the template setup script to be called from the top source
directory or from ./src to unify where they can be executed
from.
2017-10-01 10:41:29 +01:00
Jason Ish
ea2ef1b51a templates: rename scripts to use - instead of _
Use "-" consistently instead of a mix of - and _.

setup_decoder.sh -> setup-decoder.sh
setup_simple_detect.sh -> setup-simple-detect.sh
2017-10-01 09:54:13 +01:00
Renamed from scripts/setup_decoder.sh (Browse further)