Skip to content

Instantly share code, notes, and snippets.

View flako-dd's full-sized avatar
🔥
💯

flako flako-dd

🔥
💯
View GitHub Profile
@flako-dd
flako-dd / deus
Created February 16, 2024 17:57
Bash implementation of Deus taking over the Eldridge
#!/usr/bin/env bash
# the text to be printed
text="You shall be as gods "
text_length=${#text}
# ANSI Colors
RED='\e[31m' BLA_BG='\e[40m' CLE='\e[0m'