mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -05:00
7 lines
96 B
Bash
Executable file
7 lines
96 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
export LC_ALL=C
|
|
|
|
set -e
|
|
cd "$(dirname "$0")/../.."
|
|
test/lint/lint-files.py
|