mirror of
https://github.com/neovim/neovim.git
synced 2025-09-10 05:18:16 +00:00
6 lines
73 B
Bash
Executable File
6 lines
73 B
Bash
Executable File
#!/bin/sh
|
|
|
|
for file in $(cat clint-files.txt); do
|
|
./clint.py $file
|
|
done
|