Marc Schütz
2014-03-10 61bf636abeb171496185565c0ff7341a19b1a49a
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0