mirror of
https://github.com/fazo96/ipfs-boards
synced 2025-01-25 14:54:19 +01:00
3 lines
64 B
Bash
3 lines
64 B
Bash
|
#!/bin/sh
|
||
|
echo "/ipfs/$(ipfs add -r -q webapp/dist | tail -n1)"
|