Logging exit code

This commit is contained in:
Ryan Baxter
2024-06-19 14:31:24 -04:00
parent fcfa6caa85
commit 4627d73024

View File

@@ -115,6 +115,7 @@ __action() {
)
exit_code=$?
echo "Exiting with code $exit_code"
exit $exit_code
}