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