X-Git-Url: http://git.euphorik.ch/?p=pompage.git;a=blobdiff_plain;f=update.sh;fp=update.sh;h=119c6400d86b0fdb690814327df2f56d25ed0f46;hp=0000000000000000000000000000000000000000;hb=9dfa911b2000f89093627cc8cc95e1762c4310d2;hpb=2c39e91dbb4c0b185e4adb08faf9562cf58e45af diff --git a/update.sh b/update.sh new file mode 100644 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