mirror of
https://github.com/kevinnlsamuel/stdouterr.git
synced 2025-12-06 09:55:58 +05:30
4c626f657ed61a8e2df5d104ece196384f628f86
- added placeholders for items to be implemented
- basic parsing of _argv using `parse()`
- copies `_argv` to global `argv`
- alternative pref
- need hashing function to match with switch-case
- refactored print statements into main
- and wrapped in conditions
- fixed global default conditions to 1 (true)
- vim auto indent applied
stdouterr
combining stdout and stderr
what is stdouterr?
a cli application that writes to stdout and stderr upon execution
why is stdouterr?
often while testing shell redirections, i am not sure if i am doing it right. 🤦😠 so i made a shell script each time. this is an attempt to not repeat myself, and have have a readily available tool i can use 🤓✨
how is stdouerr?
🥚 initialised
contributing
not licensed yet. but there isn't really a lot of "unique" code to license 🤷
Languages
C
45.1%
Shell
41.8%
Makefile
13.1%