I have a variable called payload that points to a file and I have this line that is completely baffling me. Can anyone interpret this for me?
cat > $payload <&0
Above this line I also have other cryptic messages that I don't understand either. Perhaps you could help me with this at the same time.
exec 3>&1
exec 1>&2