1
mirror of https://github.com/hashcat/hashcat synced 2024-12-01 20:18:12 +01:00

Merge pull request #176 from gm4tr1x/bashPath

Select bash from env (very useful on osx)
This commit is contained in:
Jens Steube 2016-01-29 16:06:52 +01:00
commit 2a160b2706

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
##
## Authors.....: Gabriele Gristina <matrix@hashcat.net>