mirror of
https://github.com/neovim/neovim.git
synced 2024-12-29 14:41:06 -07: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
|