user@github:~$nvim ~/readme.sh
#!/usr/bin/zsh presentation () { echo "[*] Hi, I'm 1ドル" echo "[!] I like building small programs to improve my workflow" echo "[?] Currently I'm in my first year of university!" echo "---------------------------------------------------------------" echo "[>] Interested in: cybersecurity (Red Team) and Web Development" echo "[@] LinkedIn: linkedin.com/in/ezequiel-cordova-1334583b5 \n" exit 0; } presentation "Only a guy!"
user@github:~$ cat ~/languages.txt
- Python: scripting & automation
- C: Memory management
- JavaScript: React basics
- HTML/CSS/SCSS: UI & design
- Bash: terminal & automation