You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
224 B

#!/bin/bash
if [ -d "targe"t ]; then
rm -r ./target
fi
if [ -d "target_tmp" ]; then
rm -r ./target_tmp
fi
find ./src/ -name *md -exec ~/Documents/transcription-tools/create_html/save_html.sh '{}' ./target \;
./zip.sh