7 lines
158 B
Bash
Executable File
7 lines
158 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
perltidy -b -bext="/" lib/Kubernetes/*.pm
|
|
perltidy -b -bext="/" lib/Kubernetes/Object/*.pm
|
|
perltidy -b -bext="/" lib/Kubernetes/Util/*.pm
|
|
|