sharefile

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

share_last_ss (135B)


      1 #!/usr/bin/env bash
      2 SHARE_SS_DIR=${SHARE_SS_DIR:-"$HOME/img/ss"}
      3 sharefile "$@" "${SHARE_SS_DIR}/$(ls -1t "$SHARE_SS_DIR" | head -n1)"