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