Why not have the program touch a file on success?
Why not have the program exit with exit code 0 on success, and non-0 on failure, like almost every program in a POSIX environment ever?
Why not have the program exit with exit code 0 on success, and non-0 on failure, like almost every program in a POSIX environment ever?