Florian Schaal
2015-05-07 14dff26f2bde65a931a368ef912823f2d035cc4e
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0