7 lines
92 B
Bash
Executable File
7 lines
92 B
Bash
Executable File
#!/bin/sh
|
|
|
|
|
|
SCRIPT_DIR=$(dirname "$0")
|
|
|
|
cp "$SCRIPT_DIR/../config/lint/eslint.config.mjs" .
|