Marius Cramer
2014-02-24 a1918e5a22a600e3b88a9ab3959d05770216a99b
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0