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

9 lines
65 B
Bash

#!/bin/bash
bail_out()
#Exit code
{
echo "Exiting...."
exit 0
}