Martin
2016-06-24 cd14a1d379e76aa957ebe1220de8eae7bb090749
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0