diff options
Diffstat (limited to '18/script.js')
-rw-r--r-- | 18/script.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/18/script.js b/18/script.js index 0c9be11..61a5afc 100644 --- a/18/script.js +++ b/18/script.js @@ -28,6 +28,8 @@ function terminalType(prefix, text) { return wait(500).then(() => type(text, line)); } +document.querySelector('.terminal').textContent = ''; + Promise.resolve() .then(() => terminalType('noah@loomans ~ $ ', 'cd Code/calculate_age')) .then(() => terminalType('noah@loomans ~/Code/calculate_age $ ', 'gcc calculate_age.c -o calculate_age')) |