mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
6 lines
123 B
Plaintext
6 lines
123 B
Plaintext
|
#!/usr/bin/env tcsh
|
||
|
|
||
|
make check-line-length Sources="$1" \
|
||
|
| awk -F : '/:[0-9]*:/ {print "emacs", "+" $2, $1}' \
|
||
|
| sort -r
|