MOD update start.sh to use the haskell version instead the ruby one
authorGreg Burri <greg.burri@gmail.com>
Mon, 13 Apr 2009 19:10:07 +0000 (21:10 +0200)
committerGreg Burri <greg.burri@gmail.com>
Mon, 13 Apr 2009 19:10:07 +0000 (21:10 +0200)
start.sh

index 716e300..00a5415 100755 (executable)
--- a/start.sh
+++ b/start.sh
@@ -1,3 +1,7 @@
 #!/bin/bash
+
+# Usage :
+#  -d <Movies dir> -x <XML file>
+#  
 cd src
-ruby yopyop.rb -x ../xml/divx.xml -d /home/gburri/mininux/fat/Films #plop/BIG/Films #/media/BIG/Films
\ No newline at end of file
+runhaskell Pompage.hs -d /home/gburri/mininux/fat/Films -x ../xml/divx.xml
\ No newline at end of file