Florian Schaal
2016-02-29 c51b57e063a0a03ba355871dc57a1ce7fbc4ec98
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0