mirror of
https://github.com/XAMPPRocky/tokei.git
synced 2026-05-28 00:20:57 +02:00
6 lines
85 B
Awk
6 lines
85 B
Awk
#!/bin/awk -f
|
|
# 5 lines 1 code 3 comments 1 blanks
|
|
|
|
# This is a comment
|
|
{ print $0 }
|