git-svn-id: svn://euphorik.ch/pompage@61 02bbb61a-6d21-0410-aba0-cb053bdfd66a
[pompage.git] / update.sh
diff --git a/update.sh b/update.sh
new file mode 100644 (file)
index 0000000..119c640
--- /dev/null
+++ b/update.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+if (( $# >= 1 )); then
+   cd src
+   ruby yopyop.rb -u $1 -x ../xml/divx.xml
+else
+   echo "Il faut donner le nom d'un champ comme argument (regexp). .* correspond à tous les champs"
+fi
\ No newline at end of file