diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-08 06:50:54 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-08 13:49:45 -0300 |
commit | 08059114349d689d2a45bbeb983fe78217ba5f1c (patch) | |
tree | f41728261cdd461232b79866ced03fbb6f1f80f0 /scripts | |
parent | f826b4c616961450307b2a88763b0b48dfa44524 (diff) | |
download | rneovim-08059114349d689d2a45bbeb983fe78217ba5f1c.tar.gz rneovim-08059114349d689d2a45bbeb983fe78217ba5f1c.tar.bz2 rneovim-08059114349d689d2a45bbeb983fe78217ba5f1c.zip |
Run clint.py in some files
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/clint.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/clint.sh b/scripts/clint.sh new file mode 100755 index 0000000000..1453411e1c --- /dev/null +++ b/scripts/clint.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +for file in $(cat clint-files.txt); do + ./clint.py $file +done |