mirror of
https://github.com/fxm90/GradientLoadingBar.git
synced 2026-04-17 12:17:30 +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
|