From e68ae91c1606be50aeeb634e96b58c217f5c4887 Mon Sep 17 00:00:00 2001 From: Brad Date: Thu, 7 Mar 2019 15:24:35 -0600 Subject: [PATCH] ____ _ _ ______ _ _ _____ _ __ __ ________ _ _ / __ \| | | | | ____| | | |/ ____| |/ / \ \ / / ____| /\ | | | | | | | | |__| | | |__ | | | | | | ' / \ \_/ /| |__ / \ | |__| | | | | | __ | | __| | | | | | | < \ / | __| / /\ \ | __ | | |__| | | | | | | | |__| | |____| . \ | | | |____ / ____ \| | | | \____/|_| |_| |_| \____/ \_____|_|\_\ |_| |______/_/ \_\_| |_| --- Arch/.bashrc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Arch/.bashrc b/Arch/.bashrc index 9fff09d..bdc749f 100644 --- a/Arch/.bashrc +++ b/Arch/.bashrc @@ -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