mirror of
https://github.com/danielmiessler/SecLists
synced 2026-01-01 05:35:02 +01:00
small wrapper to clone and patch things away
This commit is contained in:
parent
db2b9601b2
commit
388be74fb5
1 changed files with 12 additions and 0 deletions
12
.bin/trickest-updater.sh
Executable file
12
.bin/trickest-updater.sh
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/bash
|
||||
|
||||
set -e
|
||||
set -o pipefail
|
||||
|
||||
mkdir -p .working_space
|
||||
cd .working_space
|
||||
git clone --depth=1 https://github.com/trickest/wordlists.git
|
||||
cd ../
|
||||
|
||||
./.bin/trickest-patcher.py
|
||||
rm -rf .working_space
|
||||
Loading…
Reference in a new issue