()
| 70 | |
| 71 | //function to set up and start the terminal |
| 72 | async function openTerminal() { |
| 73 | await createText("Welcome to the Terminal"); |
| 74 | await delay(500); |
| 75 | await createText("Starting up..."); |
| 76 | await delay(800); |
| 77 | await createText("You can now interact with the Terminal"); |
| 78 | await createCode("Type help", "for a list of commands"); |
| 79 | await delay(500); |
| 80 | new_line(); |
| 81 | } |
| 82 | |
| 83 | //fetch statisticss from ./scripts/fetchStats.js |
| 84 | fetchGithubSocialStats(); |
no test coverage detected