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