____ _ _ ______ _ _ _____ _ __ __ ________ _ _
/ __ \| | | | | ____| | | |/ ____| |/ / \ \ / / ____| /\ | | | | | | | | |__| | | |__ | | | | | | ' / \ \_/ /| |__ / \ | |__| | | | | | __ | | __| | | | | | | < \ / | __| / /\ \ | __ | | |__| | | | | | | | |__| | |____| . \ | | | |____ / ____ \| | | | \____/|_| |_| |_| \____/ \_____|_|\_\ |_| |______/_/ \_\_| |_|
This commit is contained in:
parent
7cd9817aed
commit
e68ae91c16
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user