simplified the code. re-learned the lessons from my previous custom markdown pre processing. much better...
This commit is contained in:
8
CurrentResume/cv/generate-cv/includes/bail_out.sh
Normal file
8
CurrentResume/cv/generate-cv/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