Este commit está contenido en:
Your Name
2020-08-02 23:25:45 +00:00
padre de40b4dc1c
commit 1e62daec61
Se han modificado 3 ficheros con 279 adiciones y 0 borrados

Ver fichero

@@ -0,0 +1,4 @@
#!/bin/sh
IPFS_LOGGING=warn /usr/local/bin/start_ipfs daemon --migrate=true --enable-gc &
/bin/sleep 10s
while (( true )); do ipfs add -Qr /hls | ipfs name publish; done