From 64471a86af1644edffc9218c72a83aab9a868f29 Mon Sep 17 00:00:00 2001 From: Enrico Fasoli Date: Thu, 19 Nov 2015 12:57:38 +0100 Subject: [PATCH] added script to publish a profile folder --- publish_profile.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 publish_profile.sh diff --git a/publish_profile.sh b/publish_profile.sh new file mode 100755 index 0000000..4b0f53f --- /dev/null +++ b/publish_profile.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +ipfs name publish $(ipfs add -r -q -w $1 | tail -n1)