florian030
2014-02-18 e0f619c9dc5ee4b1c484a5eab62ba341a4e240a0
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0