Initial commit with core behavior

This commit is contained in:
Luke 2019-10-06 15:47:07 -07:00
commit 8c66602158
12 changed files with 502 additions and 0 deletions

View file

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