Skip to content

Instantly share code, notes, and snippets.

@brockers
brockers / transfer
Created October 8, 2014 21:03
A brash script to upload, encrpyt, and track your www.transfer.sh files.
#!/bin/bash
set -o nounset
set -o errexit
OPTION=""
HISTORYFILE="${HOME}/.transfer_history"
testfile() {
FILETOTEST=$1