6 lines
148 B
Bash
6 lines
148 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd ./feeds/circl/misp
|
||
|
wget -A .json -np -nH --cut-dirs=3 -m https://www.circl.lu/doc/misp/feed-osint/
|
||
|
rm manifest.json robots.txt.tmp
|