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