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