moonscape09 / luna.sh

Welcome to `luna.sh`. A shell I built as part of my C++ journey! Stay tuned!
1 stars 0 forks source link

feat: empty `cat` standard input #23

Open moonscape09 opened 3 months ago

moonscape09 commented 3 months ago

Allow empty cat to do standard input, this will need some logic on process of the shell instance as when user presses ctrl^C, it will exit the cat input stream rather than the shell itself.

moonscape09 commented 1 month ago

Also do the same for wc with no file input