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