Marius Burkard
2016-01-26 ab3c7dfb89aee966d336c2d68d0220d5a1b7893e
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0