This commit is contained in:
Luke 2023-06-03 20:01:18 -07:00
parent be1cbd69d4
commit b21b623273

17
logos/edward.png.sh Normal file
View file

@ -0,0 +1,17 @@
#!/bin/bash
if [[ "$HOME" == "$PWD" ]]; then
echo """        ▀▀▀▀▄        
         ▄▄▄▄▄▄▄▄▄   
       ▄▄▄▄▄▄▄▄▄▄▄▄▄ 
      ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
      ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
      ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
      ▀▄▄▄▄▄▄▄▄▄▄▄▄▄▀
       ▄▀▄▄▄▄▄▄▄▄▄▀▄ 
         ▄▄▄▄▄▄▄▄▄   
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄   
      ▄▄▄▄▄▄▄▄▄▄▄    
     ▀ ▀▄▄▄▀▄▀▄      
         ▄▄▄▄ ▄▄▄▄   """
fi