6 lines
94 B
Bash
Executable file
6 lines
94 B
Bash
Executable file
#!/bin/sh -eu
|
|
|
|
[ -z "${DEBUG:-}" ] || set -x
|
|
|
|
"$RUN_BIN" lint-js "$@"
|
|
"$RUN_BIN" lint-py "$@"
|