Dominik
2014-03-20 5cc962ca9694f27554e4b6a6ba5f944be6c3a909
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0