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