mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-10-04 00:31:15 +00:00
Remove services directory from loc command
Signed-off-by: Steven Dake <sdake@redhat.com> Reviewed-by: Fabio Di Nitto <fdinitto@redhat.com>
This commit is contained in:
parent
bb849be586
commit
aac70d1408
3
loc
3
loc
@ -3,9 +3,6 @@ echo "---------------------------"
|
||||
echo -n "exec LOC "
|
||||
printf "%7.7s\n" `find exec -name *.[ch] -exec cat {} \; | wc -l`
|
||||
|
||||
echo -n "services LOC "
|
||||
printf "%7.7s\n" `find services -name *.[ch] -exec cat {} \; | wc -l`
|
||||
|
||||
echo -n "lib LOC "
|
||||
printf "%7.7s\n" `find lib -name *.[ch] -exec cat {} \; | wc -l`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user