A. Täffner
2016-06-16 ca464385042f7d264a3dad36d7292bb98300a1d6
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0