mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 15:28:06 +02:00
4 lines
95 B
Text
4 lines
95 B
Text
|
#! /usr/bin/env bash
|
||
|
|
||
|
exec find ./bin -type f -not -name '*.swp' -print0 | xargs -0 shellcheck
|