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