Learn more about cloning repositories
You have read-only access
echo 'test' | (read reply; echo "$reply")
echo 'test' | (read -n 3 reply; echo "$reply")
echo 'test' | (read -n3 reply; echo "$reply")
Everything looks good. We'll let you know here if there's anything you should know about.