1
0
mirror of https://github.com/fazo96/ipfs-boards synced 2025-03-11 21:38:38 +01:00

added script to publish a profile folder

This commit is contained in:
Enrico Fasoli 2015-11-19 12:57:38 +01:00
parent cb97669ad1
commit 64471a86af

3
publish_profile.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
ipfs name publish $(ipfs add -r -q -w $1 | tail -n1)