sharefile

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

commit d2be3e3c297bd5dd65ee8eab262e0d740f051ac0
parent 7bcea87085f46ad3f70d9eb660c5eec95940f7f3
Author: William Casarin <bill@casarin.me>
Date:   Thu, 25 Jun 2015 09:05:04 -0700

fix share_last_ss

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

diff --git a/share_last_ss b/share_last_ss @@ -1,3 +1,3 @@ #!/usr/bin/env bash -SS_DIR=${SHARE_SS_DIR:-"$HOME/img/ss"} +SHARE_SS_DIR=${SHARE_SS_DIR:-"$HOME/img/ss"} sharefile -n "$1" "${SHARE_SS_DIR}/$(ls -1t "$SS_DIR" | head -n1)"