sharefile

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

commit acd8cad0630bca7add865bf703699f813268c305
parent 011c34068d0ff28c4f99d78de5764671560cfb4b
Author: William Casarin <bill@casarin.me>
Date:   Wed, 24 Jun 2015 18:36:48 -0700

update readme

Diffstat:
MREADME.md | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -38,9 +38,12 @@ $ share_last_ss | pbcopy - Alias it to clipboard in your profile + Make some helpers! - alias share_ss="share_last_ss | pbcopy" +```bash +share() { sharefile "$@" | pbcopy } +sharess() { share_last_ss | pbcopy } +``` ## Reasons to use Dropbox for sharing now