Marius Cramer
2015-09-03 e10d34abca22c0d18759c536dd5ba1bca9705734
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0