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

15
logos/ram-1b.png.sh Normal file
View file

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