4 lines
98 B
Bash
4 lines
98 B
Bash
|
#!/usr/bin/env sh
|
||
|
# Formats all the .star files in this directory and subdirectories.
|
||
|
lucicfg fmt
|