7 lines
106 B
Bash
Executable File
7 lines
106 B
Bash
Executable File
#!/bin/sh
|
|
|
|
|
|
SCRIPT_DIR=$(dirname "$0")
|
|
|
|
cp "$SCRIPT_DIR/../config/lint/latexfmt.yaml" ./.latexindent.yaml
|