9 lines
81 B
Bash
Executable file
9 lines
81 B
Bash
Executable file
#!/bin/bash
|
|
|
|
pushd .
|
|
cd $(dirname "$0")
|
|
|
|
./update-headers
|
|
./update-version
|
|
|
|
popd
|