mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2025-02-22 20:43:04 -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"
|