This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "Please write your name:" | |
read NAME | |
echo "Please write your personal email:" | |
read PERSONAL | |
echo "Please write your work email:" | |
read WORK | |
init() { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "Please write your name:" | |
read NAME | |
echo "Please write your personal email:" | |
read PERSONAL | |
echo "Please write your work email:" | |
read WORK | |
init() { |