nip 0.3.0

A git remote helper for IPFS that puts your files Nowhere In Particular
1
2
3
4
#!/bin/sh
build_type=${1:-debug}
ln -sf $PWD/target/$build_type/git-remote-nip $HOME/.cargo/bin/git-remote-nipdev
ln -sf $PWD/target/$build_type/nipctl $HOME/.cargo/bin/nipdevctl