LambdaColdStorage / lambda-tensorflow-benchmark

BSD 3-Clause "New" or "Revised" License
234 stars 60 forks source link

Make shebang compatible with other distros #17

Closed grische closed 3 years ago

grische commented 3 years ago

Replacing hardcoded paths to bash and sh to use /usr/bin/env instead. This makes the scripts it compatible with other distros as well.

This requires to move the "-e" into a "set -e" though.