neovim/scripts/clint.sh

6 lines
73 B
Bash
Raw Normal View History

2014-04-08 02:50:54 -07:00
#!/bin/sh
for file in $(cat clint-files.txt); do
./clint.py $file
done