Added clean up script.
This commit is contained in:
parent
4300e276c0
commit
c5ce4944f5
2 changed files with 7 additions and 0 deletions
1
README
1
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
|
||||
|
|
6
cleanup.bash
Executable file
6
cleanup.bash
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
rm *.mp3
|
||||
rm *.chapters.txt
|
||||
rm *.m4a
|
||||
rm *.ogg
|
||||
rm *.flac
|
Loading…
Reference in a new issue