Skip to content

Commit

Permalink
publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
jbenet committed Jul 4, 2015
1 parent 04092a7 commit e730846
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build
5 changes: 5 additions & 0 deletions publish.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh
mkdir -p build/ipfs-screencap
cp install.sh ipfs-screencap LICENSE portable-screencap README.md publish.sh build/ipfs-screencap/.
hash=$(ipfs add -q -r build | tail -n1)
echo "Published to $hash"

0 comments on commit e730846

Please sign in to comment.