diff --git a/files/.local/bin/cupload b/files/.local/bin/cupload deleted file mode 100755 index 66b5172..0000000 --- a/files/.local/bin/cupload +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -set -e - -file="${1:-/dev/stdin}" -cat "$file" | ssh -T paste@kentoj.de -- $@