public-gateway-cacher/publish-to-ipfs.bat

4 lines
170 B
Batchfile
Raw Normal View History

2019-04-04 22:18:05 +00:00
@echo off
2019-11-17 16:46:41 +00:00
ipfs add --recursive --quieter --wrap-with-directory --chunker=rabin --cid-version=1 index.html css images javascript json > public-gateway-cacher.ipfs
2019-08-12 22:37:51 +00:00
echo on