mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 20:55:18 -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
|