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