add cupload script; add man pages to pkgs.txt; improve documentation
This commit is contained in:
parent
4603184052
commit
c155a75c06
3 changed files with 27 additions and 13 deletions
5
files/.local/bin/cupload
Executable file
5
files/.local/bin/cupload
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
file="${1:-/dev/stdin}"
|
||||
cat "$file" | ssh -T paste@kentoj.de -- $@
|
||||
Loading…
Add table
Add a link
Reference in a new issue