Skip to content
Snippets Groups Projects
Commit f537053e authored by James Vasile's avatar James Vasile
Browse files

Add verify_pdf_links

parent 9d99a287
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,8 @@ SCRIPTNAME=dosh
BASEDIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )/..
# Call the upstream dosh
watch(){ ${OTS_DOCTOOLS_DIR}/dosh ${FUNCNAME[0]}; }
watch(){ ${OTS_DOCTOOLS_DIR}/dosh ${FUNCNAME[0]} $@; }
verify_pdf_links(){ ${OTS_DOCTOOLS_DIR}/dosh ${FUNCNAME[0]} $@; }
_dload(){
if [ -f "$2" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment