[sword-svn] r528 - trunk/modules/conf

refdoc at crosswire.org refdoc at crosswire.org
Fri Jun 8 06:36:40 MST 2018


Author: refdoc
Date: 2018-06-08 06:36:39 -0700 (Fri, 08 Jun 2018)
New Revision: 528

Added:
   trunk/modules/conf/confclean.sh
Log:
new small script to clean conf files from calculatable entries


Added: trunk/modules/conf/confclean.sh
===================================================================
--- trunk/modules/conf/confclean.sh	                        (rev 0)
+++ trunk/modules/conf/confclean.sh	2018-06-08 13:36:39 UTC (rev 528)
@@ -0,0 +1,23 @@
+#/bin/bash
+
+sed '
+/^\[/d
+/^DataPath=/d 
+/^Scope=/d
+/^ModDrv=/d
+/^BlockType=/d
+/^CompressType=/d
+/^SourceType=/d
+/^Encoding=/d
+/^Versification=/d
+/^GlobalOptionFilter=/d
+/^Feature=/d
+/^MinimumVersion=/d
+/^SwordVersionDate=/d
+/^Version=/d
+/^History/d
+/^InstallSize=/d
+/^Lang=/d
+/^LCSH/d
+
+' "$@"
\ No newline at end of file


Property changes on: trunk/modules/conf/confclean.sh
___________________________________________________________________
Added: svn:executable
   + *




More information about the sword-cvs mailing list