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