Marius Burkard
2015-12-23 de492a129186f5e1d0d1aad4173950b52ee778f3
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0