kevinnls 4c626f657e feat: basic argugment parsing + placeholders
- 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
2021-04-03 23:34:19 +05:30
2021-03-29 11:32:15 +05:30

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 🤷

Description
a cli application that writes to stdout and stderr upon execution
Readme GPL-2.0 128 KiB
Languages
C 45.1%
Shell 41.8%
Makefile 13.1%