mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-31 03:46:09 +00:00
move scripts to .bin
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# print every url in every file in deb-url-history directory
|
||||
for f in $(ls deb-url-history/)
|
||||
do
|
||||
zcat "deb-url-history/$f"
|
||||
done
|
||||
Reference in New Issue
Block a user