mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2025-02-23 21:09:34 -05:00
5 lines
90 B
Plaintext
5 lines
90 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
website=$(curl -F"file=@${1:--}" "${WEBSITE:-https://0x0.st}")
|
||
|
echo "$website"
|