migrate: more services for kid
This commit is contained in:
parent
bf1bb72437
commit
48c6a57623
10 changed files with 386 additions and 1 deletions
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
url="https://bin.ixvd.net"
|
||||
filepath="$1"
|
||||
filename=$(basename -- "$filepath")
|
||||
extension="${filename##*.}"
|
||||
|
||||
response=$(curl --data-binary @${filepath:-/dev/stdin} --url $url)
|
||||
echo "$url$response"".""$extension" | tee >(xclip -selection clipboard)
|
Loading…
Add table
Add a link
Reference in a new issue