Use #!/usr/bin/env bash instead of hard coding #!/bin/bash

Better cross-platform support.
This commit is contained in:
Tanner Doshier
2018-02-22 12:16:12 -06:00
parent 111615bff4
commit 1295c5ecff

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Prowler is a tool that provides automate auditing and hardening guidance of an AWS account.
# It is based on AWS-CLI commands. It follows guidelines present in the CIS Amazon