From c5ce4944f557046151d8e901de993457d984c1e9 Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Fri, 5 Nov 2010 12:22:04 -0400 Subject: [PATCH] Added clean up script. --- README | 1 + cleanup.bash | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100755 cleanup.bash 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