Merge pull request #182 from doshitan/better-shebang

Use `#!/usr/bin/env bash` instead of hard coding `#!/bin/bash`
This commit is contained in:
Toni de la Fuente
2018-02-22 11:26:27 -08:00
committed by GitHub

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