my paste thing

This commit is contained in:
lickthecheese 2019-11-28 13:54:14 -05:00
parent 57d8ac76e2
commit 6a4e42ed85
1 changed files with 4 additions and 1 deletions

View File

@ -135,4 +135,7 @@ alias mkdir="mkdir -p"
alias stdsize='wc -c | awk '"'"'{print $1/1000"K"}'"'"' '
ltcpic() { curl -F"file=@$1" https://lickthecheese.tilde.site/u.php ; }
ltcpic() { curl -F"file=@$1" https://lickthecheese.tilde.site/u.php ; }
ltcpst() { curl -F"text=<-" https://lickthecheese.tilde.site/p.php ; }