Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switching the quotes to keep the exclamation mark
Switching the quotes around in the line `echo "console.log('Hello, world!')" | ts-node` to get the line as `echo 'console.log("Hello, world!")' | ts-node` in order to keep the exclamation mark, while also avoiding the bash error at the same time.
- Loading branch information