dots-of-war/files/scripts/0x0.sh
2020-11-21 13:06:55 +01:00

3 lines
182 B
Bash
Executable file

#!/bin/sh
[ -f "${1}" ] && op=cat
${op:-echo} "${1:-`cat -`}" | curl -sF f='@-' -F expire=129600 'https://oshi.at' | tail -n 1 | cut -d ' ' -f 2 | tee /dev/stderr | xclip -sel clip