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