Florian Schaal
2015-04-27 503bbb5b05c6ec24e1c5dc7afa71cee3ab8578c2
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0