Make Shell Scripts' Shebang more consistent and portable

This commit is contained in:
Peter Dave Hello
2021-05-31 15:27:37 +08:00
parent 4d62f08308
commit 50ee914ee4
9 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Fast and reliable POC bash socket implementation of ticketbleed (CVE-2016-9244), see also http://ticketbleed.com/
# Author: Dirk Wetter, GPLv2 see https://testssl.sh/LICENSE.txt