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