Florian Schaal
2015-01-09 6cf50dc7cf34cc38832d5a7e55a28390aa9b13a0
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0