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