1
0
Fork 0
mirror of https://github.com/overleaf/toolkit.git synced 2025-04-18 14:58:21 +02:00
overleaf-toolkit/bin/dev/lint
2020-08-19 13:31:17 +01:00

3 lines
95 B
Bash
Executable file

#! /usr/bin/env bash
exec find ./bin -type f -not -name '*.swp' -print0 | xargs -0 shellcheck