Generate a DNA string of two random animal emoji each time your terminal starts, like this adorable whale-crab DNA.
To use emoji_dna.sh:
- Download emoji_dna.sh
- From your terminal add to your bash_profile (
nano ~/.bash_profile
) the line:
bash /path/to/emoji_dna.sh
- Source your bash_profile:
source ~/.bash_profile
- Open a new terminal window and enjoy!
This little script was a challenge put to me by Ryan Crawford while we discussed both the elegant Bonsai tree generator for terminal by John Allbritten and the goofy twitter account @emojiDNA. To run the script interactively simply run bash /path/to/emoji_dna.sh
from your terminal.