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