Marius Burkard
2015-12-23 982cb630fdad68eb6f6b90193fb0d92f0bfde787
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0