This file contains hidden or 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
| // | |
| // _____ _ _ _ _ | |
| //|___ | ___ ___ __ _ _ __ ___ ___ _ __ | |_ __| |(_) ___ _ __ | | __ _ _ _ | |
| // / /_____ / __| / _ \ / _` || '_ ` _ \ / _ \| '_ \ | __| / _` || |/ __|| '_ \ | | / _` || | | | | |
| // / /|_____|\__ \| __/| (_| || | | | | || __/| | | || |_ | (_| || |\__ \| |_) || || (_| || |_| | | |
| // /_/ |___/ \___| \__, ||_| |_| |_| \___||_| |_| \__| \__,_||_||___/| .__/ |_| \__,_| \__, | | |
| // |___/ |_| |___/ | |
| // | |
| // This code displays a 7-segment display for the | |
| // "Biglietti Flutter Heroes" Contest. |
This file contains hidden or 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 "Creating an SSH key for you..." | |
| ssh-keygen -t rsa | |
| echo "Please add this public key to Github \n" | |
| echo "https://github.com/account/ssh \n" | |
| read -p "Press [Enter] key after this..." | |
| echo "Installing xcode-stuff" | |
| xcode-select --install |