Dominik
2015-11-19 634132a0d83a3c83a3927e2aa943c035030d6b80
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0