commit 9211fc3416e9e5ab07806138205ee3082324870e parent 8a8e9f55ec2f492230cfabe35d147e8beb676a67 Author: William Casarin <bill@casarin.me> Date: Wed, 24 Jun 2015 18:28:41 -0700 share_last_ss command Diffstat:
A | share_last_ss | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/share_last_ss b/share_last_ss @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +SS_DIR=${SHAREFILE_DIR:-"$HOME/img/ss"} +sharefile -n "$1" "$(ls -1t "$SS_DIR" | head -n1)"