1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-16 11:48:15 +00: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>