#
Size: a a a
#
N
В
#
В
В
N
¥
N
¥
(define distribution-info
(lambda ()
(let ((possible-os-release-path (determine-path "/etc/os-release" "/usr/lib/os-release")))
(if (not (check-file possible-os-release-path))
"cannot find or access `os-release' file :("
(grep possible-os-release-path "^ID=")))))
N
В
A
#
A
#
A
В
#