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