6 lines
97 B
Bash
Executable file
6 lines
97 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Returns a non-zero exit code on purpose to test the day 2 error prompt.
|
|
|
|
exit 42
|
|
|