mirror of
https://github.com/fazo96/ipfs-boards
synced 2025-01-10 12:24:20 +01:00
3 lines
63 B
Bash
3 lines
63 B
Bash
|
#!/bin/sh
|
||
|
ipfs name publish $(ipfs add -r -q -w $1 | tail -n1)
|