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