sharefile

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

commit 02a6126a541a401273b14d95df57b2f57125e4b6
parent d2be3e3c297bd5dd65ee8eab262e0d740f051ac0
Author: William Casarin <bill@casarin.me>
Date:   Thu, 25 Jun 2015 09:08:45 -0700

fixes

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 SHARE_SS_DIR=${SHARE_SS_DIR:-"$HOME/img/ss"} -sharefile -n "$1" "${SHARE_SS_DIR}/$(ls -1t "$SS_DIR" | head -n1)" +sharefile "$@" "${SHARE_SS_DIR}/$(ls -1t "$SHARE_SS_DIR" | head -n1)"