LambdaColdStorage / lambda-tensorflow-benchmark

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

Make shebang compatible with other distros v2 #19

Open grische opened 3 years ago

grische commented 3 years ago

@chuanli11 Another try for #17.

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

This requires moving the "-e" into a "set -e" though.