From e08e024226086df183dccf15647903670f4e0914 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Wed, 6 Sep 2017 13:06:36 -0400 Subject: Rename curtis -> home Why the heck did I do this? --- curtis/.bin/up | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 curtis/.bin/up (limited to 'curtis/.bin/up') diff --git a/curtis/.bin/up b/curtis/.bin/up deleted file mode 100755 index 3a25e112..00000000 --- a/curtis/.bin/up +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/env zsh -set -o errexit -o nounset -o pipefail - -ts=$(date +%s) -rand=$(openssl rand -hex 4) -ext=${1##*.} -url=$(printf 'tmp.cmcenroe.me/%x%s.%s' "$ts" "$rand" "$ext") - -scp -q "$1" "tmp.cmcenroe.me:/usr/local/www/$url" - -echo "https://$url" -type pbcopy > /dev/null && echo -n "https://$url" | pbcopy -- cgit 1.4.1