mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 08:04:49 +01:00
5 lines
162 B
Bash
5 lines
162 B
Bash
|
#!/bin/bash
|
||
|
cdx-indexer /webarchive/sample_archive/warcs/example.warc.gz > /tmp/index.cdx
|
||
|
curl -X POST --data-binary @/tmp/index.cdx http://outbackcdx:8080/pywb
|
||
|
|