Florian Schaal
2014-11-04 bc0ad024a3ff0c1030ac6dc3c54ec3c626e254b3
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0