git-svn-id: svn://euphorik.ch/pompage@61 02bbb61a-6d21-0410-aba0-cb053bdfd66a
[pompage.git] / update.sh
1 #!/bin/bash
2 if (( $# >= 1 )); then
3 cd src
4 ruby yopyop.rb -u $1 -x ../xml/divx.xml
5 else
6 echo "Il faut donner le nom d'un champ comme argument (regexp). .* correspond à tous les champs"
7 fi