34.6k views
0 votes
You’re writing a script that will be called by other scripts. You want to signal abnormal termination of your script by passing a value of 8 to the external script under some circumstances. What command can you use in your own script to do this?

User Melkisadek
by
4.3k points

1 Answer

5 votes

exit 8 is the correct answer

User Saturnix
by
4.9k points