SYSTEM: CONTACT.EXE
╭─────────────────────────────────────────╮
│ CONTACT INTERFACE │
╰─────────────────────────────────────────╯
CONNECT:
$ cat contact.txt
Email: jim.dangquoc706@gmail.com Availability: Usually within 24-48 hours Feel free to reach out for: • Collaboration & Consulting • Open-source & Community • Tech chats and networking EOF
$ ls -la /professional/
total 3 -rw-r--r-- 1 june staff 64 resume.pdf -rw-r--r-- 1 june staff 24 role.txt -rw-r--r-- 1 june staff 16 focus.txt $ cat role.txt SOFTWARE_ENGINEER $ cat focus.txt Cloud & Finance Technology
$ ./mail.sh
#!/bin/bash # Mail Script v1.0 # Author: June Dang echo "Preparing email client..." echo "TO: jim.dangquoc706@gmail.com" echo "SUBJECT: Hello from junedang.com" echo "" echo "Message:" echo "Hi June, I'd like to connect about ..." echo "" echo "Ready to send." # Execute mail module