Michel Käser
2015-05-19 44fe3b506b6559a3a0112008d91839d1982be2b1
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0