MOD refactoring haskell...
[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