install.sh: add missing shebang.

This commit is contained in:
Érico Rolim 2020-11-17 17:13:07 -03:00
parent 5dc96a920e
commit 1a61b59d85

View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
set -e set -e
print_help() { print_help() {
echo "Usage:" echo "Usage:"