1
0
Fork 0
mirror of https://github.com/overleaf/toolkit.git synced 2025-04-19 15:28:06 +02:00
overleaf-toolkit/bin/dev/lint

4 lines
95 B
Text
Raw Permalink Normal View History

2020-06-02 14:20:23 +01:00
#! /usr/bin/env bash
exec find ./bin -type f -not -name '*.swp' -print0 | xargs -0 shellcheck