____ _ _ ______ _ _ _____ _ __ __ ________ _ _

/ __ \| |  | | |  ____| |  | |/ ____| |/ / \ \   / /  ____|   /\   | |  | |
 | |  | | |__| | | |__  | |  | | |    | ' /   \ \_/ /| |__     /  \  | |__| |
 | |  | |  __  | |  __| | |  | | |    |  <     \   / |  __|   / /\ \ |  __  |
 | |__| | |  | | | |    | |__| | |____| . \     | |  | |____ / ____ \| |  | |
  \____/|_|  |_| |_|     \____/ \_____|_|\_\    |_|  |______/_/    \_\_|  |_|
This commit is contained in:
Brad 2019-03-07 15:24:35 -06:00
parent 7cd9817aed
commit e68ae91c16

View File

@ -67,6 +67,14 @@ mksketch(){
fi
vim "$1/$1.ino"
}
bigtext(){
if [ -z "$1"]
then
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'
fi
}
branchdelete(){
git branch -d $1