aboutsummaryrefslogtreecommitdiffstats
path: root/test/readdir.awk
blob: 2e3df4532ae7551df0c427498fd3b62cb0a6dd98 (plain)
1
2
3
4
5
6
7
@load "readdir"

BEGIN {
	readdir_do_ftype("stat")
}

{ print }