From fb18fcfaa9be09dffd473b8bd1c44cdb886db1a5 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Tue, 3 Apr 2018 12:54:48 -0400 Subject: Move home bins to ~/.local/bin Also replaced ~/.cargo/bin with a symlink to ~/.local/bin to avoid having to have that in $path as well. --- home/.bin/up | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 home/.bin/up (limited to 'home/.bin/up') diff --git a/home/.bin/up b/home/.bin/up deleted file mode 100755 index 43b1929b..00000000 --- a/home/.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 'temp.causal.agency/%x%s.%s' "$ts" "$rand" "$ext") - -scp -q "$1" "temp.causal.agency:/usr/local/www/$url" - -echo "https://$url" -type pbcopy > /dev/null && echo -n "https://$url" | pbcopy -- cgit 1.4.1