diff --git a/README b/README index 43eb483..d80169a 100644 --- a/README +++ b/README @@ -8,3 +8,4 @@ publish.bash - Script to automate as much of the publishing step as possible. with_offset.xsl - Transform that handles the recursive structure of OmniOutliner files better than Beautiful Soup does, works with completed show notes that have time offsets. without_offset.xsl - Transform that handles the recursive structure of OmniOutliner files better than Beautiful Soup does, works with segment notes that do not have time offsets. outline.bash - Drives the XSLT operation and subsequent scripting tasks that cannot be handled in XSL. +cleanup.bash - Remove output files produced from encode.bash diff --git a/cleanup.bash b/cleanup.bash new file mode 100755 index 0000000..fc48c6e --- /dev/null +++ b/cleanup.bash @@ -0,0 +1,6 @@ +#!/bin/bash +rm *.mp3 +rm *.chapters.txt +rm *.m4a +rm *.ogg +rm *.flac