Dominik
2015-12-29 a639ee6c703cbaa9a89e195c343c473ee57294c6
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0