Marius Cramer
2015-09-03 57963434331b48627cc2a0bfcff3924b0112995e
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0