add cupload script; add man pages to pkgs.txt; improve documentation

This commit is contained in:
kento2 2025-11-17 07:15:42 +01:00
parent 4603184052
commit c155a75c06
3 changed files with 27 additions and 13 deletions

5
files/.local/bin/cupload Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
set -e
file="${1:-/dev/stdin}"
cat "$file" | ssh -T paste@kentoj.de -- $@