mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 20:03:34 -03: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
|