mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-20 07:48:06 +02:00
4 lines
71 B
Text
4 lines
71 B
Text
|
#! /usr/bin/env bash
|
||
|
|
||
|
find ./bin -type f -print0 | xargs -0 shellcheck
|