src/hg/instinct/createDescriptionHTML/removeAllDescriptionHTMLs.pl 1.1
1.1 2009/09/09 18:31:27 cszeto
perl code to generate description html files
Index: src/hg/instinct/createDescriptionHTML/removeAllDescriptionHTMLs.pl
===================================================================
RCS file: src/hg/instinct/createDescriptionHTML/removeAllDescriptionHTMLs.pl
diff -N src/hg/instinct/createDescriptionHTML/removeAllDescriptionHTMLs.pl
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ src/hg/instinct/createDescriptionHTML/removeAllDescriptionHTMLs.pl 9 Sep 2009 18:31:27 -0000 1.1
@@ -0,0 +1,3 @@
+#!/usr/bin/perl -w
+
+`rm /var/www/html/cancerGenomics/data-descriptions/*html`;