6 lines
83 B
Text
6 lines
83 B
Text
|
#!/bin/bash
|
||
|
|
||
|
git pull openbeacon master
|
||
|
git log . > ChangeLog
|
||
|
autoreconf --install
|