Martin Larsen
2016-04-27 59c84e0e033cad258d6d30c46d2b87d195f26960
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0