ref: f3afdf563f784c0a5703496f48c1a72dff4617f4
dir: /catbox/
#!/bin/rc
fn usage {
echo usage: catbox file >/fd/2
exit usage
}
if(! ~ $#* 1)
usage
hpost -u https://catbox.moe -m /user/api.php 'reqtype:fileupload' 'fileToUpload@'^$1 | tee /dev/snarf ; echo