I know the #!/bin/bash portion tells the OS to invoke the specified shell to execute the commands that follow in the script. But i\'m not sure what the -eu
#!/bin/bash
-eu