mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-13 09:16:08 +00:00
small wrapper to clone and patch things away
This commit is contained in:
Executable
+12
@@ -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
|
||||
Reference in New Issue
Block a user