Florian Schaal
2014-03-28 09c2227c70026b09cda897232f8a49daab2ae078
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0