diff --git a/exec/classic_shell.js b/exec/classic_shell.js index f98fcc606fcd67695092bc2eb224b6b80798b747..8a1f765dbd1646a8a128f33eef7413e340fe2ec0 100644 --- a/exec/classic_shell.js +++ b/exec/classic_shell.js @@ -9,7 +9,8 @@ //############################################################################### //# This shell is an imitation of the Version 1c command set/structure # //# # -//# It also serves as an example of a complex command shell using JavaScript # +//# It also serves as an example of how to not write a complex command shell # +//# using JavaScript. Seriously. Don't look at this. # //# # //###############################################################################