mirror of
https://github.com/kean/Pulse.git
synced 2026-04-30 21:02:27 +00:00
5 lines
61 B
Bash
Executable File
5 lines
61 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if which swiftlint >/dev/null; then
|
|
swiftlint
|
|
fi |