CNWHUD/shell-frags/NewShellProject/includes/bail_out.sh

9 lines
65 B
Bash
Raw Normal View History

2023-11-25 18:01:51 +00:00
#!/bin/bash
bail_out()
#Exit code
{
echo "Exiting...."
exit 0
}