Moll
2016-07-04 3768e3732b5b48e478b9007aaac33ab8dc13391e
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0