Skip to content

Commit

Permalink
Adding in Iroh ASCII art
Browse files Browse the repository at this point in the history
  • Loading branch information
nwdepatie committed Feb 19, 2024
1 parent ad93f54 commit 745f372
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dev/scripts/alias.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ if [ $n -e /home/app/Proteus.ioc ]; then echo \
| | | | | || | | | | |___ | | _____| |
|___| |___| |_||_______| |___| |_______||_______||_______|"; fi;

if [ $n -e /home/app/Charger-FW.ioc ]; then echo \
" /$$$$$$ /$$$$$$$ /$$$$$$ /$$ /$$
|_ $$_/| $$__ $$ /$$__ $$| $$ | $$
| $$ | $$ \ $$| $$ \ $$| $$ | $$
| $$ | $$$$$$$/| $$ | $$| $$$$$$$$
| $$ | $$__ $$| $$ | $$| $$__ $$
| $$ | $$ \ $$| $$ | $$| $$ | $$
/$$$$$$| $$ | $$| $$$$$$/| $$ | $$
|______/|__/ |__/ \______/ |__/ |__/"; fi;

alias serial='/home/dev/scripts/serial.sh'
alias flash='/home/dev/scripts/flash.sh'
alias emulate='/home/dev/scripts/emulate.sh'
Expand Down

0 comments on commit 745f372

Please sign in to comment.