7 lines
101 B
Bash
Executable File
7 lines
101 B
Bash
Executable File
#!/bin/sh
|
|
|
|
|
|
SCRIPT_DIR=$(dirname "$0")
|
|
|
|
cp "$SCRIPT_DIR/../config/lint/clang-format" ./.clang-format
|