mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-08 19:06:39 +00: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
|