Cristian Deluxe
2016-03-21 e32846b4a35eb053ab853eb7b621b5ec67d1a062
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0