sharefile

scripts for quickly sharing data to servers
git clone git://jb55.com/sharefile
Log | Files | Refs | README

commit 5e2a7b948cf51c0df6ea1a1fc04524d0a1123da6
parent 7109b7b26f7da5fcfbe7caab9af451c2d63d886e
Author: William Casarin <bill@casarin.me>
Date:   Mon, 22 Feb 2016 16:47:11 -0800

fixie

Diffstat:
Mhashshare | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hashshare b/hashshare @@ -1,2 +1,2 @@ #!/usr/bin/env bash -sharefile -n "$(hashname "$1")" "$1" +sharefile -n "$(hashname "$1" "$2")" "$1"