now in it's own repo, like it should be!
This commit is contained in:
8
includes/bail_out.sh
Normal file
8
includes/bail_out.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
bail_out()
|
||||
#Exit code
|
||||
{
|
||||
echo "Exiting...."
|
||||
exit 0
|
||||
}
|
Reference in New Issue
Block a user