mirror of
https://github.com/fxm90/GradientLoadingBar.git
synced 2026-06-16 12:24:31 +00:00
8 lines
91 B
Bash
Executable File
8 lines
91 B
Bash
Executable File
#
|
|
# pod-lint.sh
|
|
# Created by Felix Mau (https://felix.hamburg)
|
|
#
|
|
|
|
#!/bin/bash
|
|
pod lib lint
|