use portable shebang line

This commit is contained in:
Francisco Giordano
2017-07-24 13:57:42 -03:00
parent 9a006f3a68
commit bebe704688

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Executes cleanup function at script exit. # Executes cleanup function at script exit.
trap cleanup EXIT trap cleanup EXIT