$ ./rbin.sh -f hello.txt -f bye.txt$ command_that_errors |& ./rbin.sh -f -$ command_that_errors &| ./rbin.sh -f -$ ./rbin.sh -d aBcD.sh$ ./rbin.sh -s https://google.com$ ./rbin.sh -f hello.txt -f bye.txt -e 30s # This paste will self-destruct in 30 seconds$ ./rbin.sh -cExecute ./rbin.sh without any arguments for a detailed help menu.
