Marius Cramer
2014-12-19 ccfc84e610de6a58eeb3b8f49209b82a9124c309
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0