9 lines
72 B
Text
9 lines
72 B
Text
|
#!/usr/bin/env bash
|
||
|
|
||
|
pushd .
|
||
|
cd $(dirname "$0")
|
||
|
|
||
|
./update-headers
|
||
|
|
||
|
popd
|