From a6cb675fdbc9300cf5474b8153feb0bf84722d86 Mon Sep 17 00:00:00 2001
From: "Alan J. Pippin" <ajp@pippin.pippins.net>
Date: Fri, 12 Feb 2010 21:52:21 -0700
Subject: [PATCH] Added comments describing the purpose of the rip_dvd.wrap
 script

---
 rip_dvd.wrap | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/rip_dvd.wrap b/rip_dvd.wrap
index fdfee25..128581d 100755
--- a/rip_dvd.wrap
+++ b/rip_dvd.wrap
@@ -1,4 +1,9 @@
 #!/bin/bash
+# The purpose of this script is to encapsulate the calls
+# made to the rip_dvd script. This is done to help distribute
+# the resulting ripped files to the proper folders. This
+# script is called from the mythtv menus for example with a
+# smaller set of options.
 
 ##############################################
 # COMMAND LINE PROCESSING
-- 
2.34.1