Falko Timme
2014-06-19 1b8648682c8b403b8947afb8db711734a330b29e
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0