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