88888888888 88 8b d8 88888888888 88888888ba, 88 888888888888

88           88   Y8,    ,8P   88           88      `"8b       88       88
88           88    `8b  d8'    88           88        `8b      88       88
88aaaaa      88      Y88P      88aaaaa      88         88      88       88
88"""""      88      d88b      88"""""      88         88      88       88
88           88    ,8P  Y8,    88           88         8P      88       88
88           88   d8'    `8b   88           88      .a8P       88       88
88           88  8P        Y8  88888888888  88888888Y"'        88       88
This commit is contained in:
Brad 2019-03-07 15:29:54 -06:00
parent e68ae91c16
commit bcd46f46f0

View File

@ -68,11 +68,11 @@ mksketch(){
vim "$1/$1.ino"
}
bigtext(){
if [ -z "$1"]
if [ -z "$1" ]
then
curl --silent --fail curl artii.herokuapp.com/make?text='FUCK IT'&font='univers'
curl --silent --fail curl 'artii.herokuapp.com/make?text='FUCK+IT'&font='univers''
else
curl --silent --fail curl artii.herokuapp.com/make?text="$1"&font='univers'
curl --silent --fail curl 'artii.herokuapp.com/make?text='$1'&font='univers''
fi
}