Day two: not much to do here, so I made a fun prompt script.
This commit is contained in:
parent
0e95423877
commit
e132105cc3
2 changed files with 37 additions and 0 deletions
6
test_error.sh
Executable file
6
test_error.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Returns a non-zero exit code on purpose to test the day 2 error prompt.
|
||||
|
||||
exit 42
|
||||
|
||||
Reference in a new issue