diff --git a/.bashrc b/.bashrc index 8910edf..f4e1558 100755 --- a/.bashrc +++ b/.bashrc @@ -137,5 +137,6 @@ alias stdsize='wc -c | awk '"'"'{print $1/1000"K"}'"'"' ' ltcpic() { curl -F"file=@$1" https://lickthecheese.tilde.site/u.php ; } ltcpst() { curl -F"text=<-" https://lickthecheese.tilde.site/p.php ; } - +fupic() { curl -F"file=@$1" https://lickthecheese.fuckup.club/u.php ; } +fupst() { curl -F"text=<-" https://lickthecheese.fuckup.club/p.php ; }