combining stdout and stderr
a cli application that writes to stdout and stderr upon execution
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 🤓✨
🐣 hatchling
not distributing compiled versions yet (it's not even released!)
so you can (cough have to) compile it yourself
stdio.h
stdlib.h
both of which you most likely got when installing your compiler
gcc -o stdouterr ./src/main.c
cp ./stdouterr ~/.local/bin/
# OR
cp ./stdouterr ~/bin
# OR to any other path in PATH
# as root or using sudo
cp ./stdouterr /usr/local/bin
compilation failed because no such file `stdio.h` and/or `stdlib.h`
install the package named libc6-dev
install the package named glibc-devel
sorry no idea. Google will be your friend tho
not licensed yet. but there isn't really a lot of "unique" code to license 🤷