How to reproduce
- Get the following script:
#!/bin/bash
echo -n "Enter Fullname: "
read -r fullname
echo "Hello $fullname"
- Execute it without
colout.
- Execute it with
colout.
What happens
The request for input does not appear if output is redirected to colout. It does when it is not.
What should happen
The request for input should appear in the desired colour.
Notes
Here is a full screenshot:
