5 lines
83 B
Bash
Executable file
5 lines
83 B
Bash
Executable file
#!/bin/bash
|
|
|
|
git pull openbeacon master
|
|
git log . > ChangeLog
|
|
autoreconf --install
|