mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-10 15:14:38 +00:00
4 lines
64 B
Bash
4 lines
64 B
Bash
|
#! /usr/bin/env bash
|
||
|
|
||
|
args=("$@")
|
||
|
/usr/bin/trufflehog ${args[@]}
|