mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-12-15 19:52:05 +01:00
Make Shell Scripts' Shebang more consistent
Consider most of the scripts use bash in the project, should maybe just use it, instead of /bin/sh in all the scripts.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#/bin/sh -e
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
# utility which converts grepable nmap outout to testssl's file input
|
||||
|
||||
|
||||
Reference in New Issue
Block a user