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