Florian Schaal
2015-06-27 ab8fe4df558b9acad7a3f640103dc13ede47516d
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0