Learn more about cloning repositories
You have read-only access
echo "Testing multiple redirections to same fd"
# bug was making us lose fd #1 after this:
echo Hello >/dev/null 1>&2
echo Done1
echo Done2 >&2
Everything looks good. We'll let you know here if there's anything you should know about.