Skip to content

Instantly share code, notes, and snippets.

View Techkatz's full-sized avatar
💭
Napping

Russell Katz Techkatz

💭
Napping
View GitHub Profile
@Techkatz
Techkatz / dm.sh
Last active June 19, 2020 21:02
Ever wanted to impress your friends and make them think you're a 'hacker'? Well if so, this script is perfect for you!
#!/bin/bash
#|-------------------------------------------------|
#|Before running this script you must have: |
#| figlet -> apt-get install figlet |
#| cowsay -> apt-get install cowsay |
#| toilet -> apt-get install toilet |
#|-------------------------------------------------|
#REMEBER TO ENTER THS TO MAKE THE FIILE EXACUTABLE 'chmod u+x dm.sh'