Files
2021-07-02 15:18:52 -04:00

5 lines
61 B
Bash
Executable File

#!/bin/sh
if which swiftlint >/dev/null; then
swiftlint
fi