dots-of-war/files/scripts/0x0.sh

4 lines
182 B
Bash
Raw Normal View History

2020-11-21 12:06:55 +00:00
#!/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