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