aboutsummaryrefslogtreecommitdiff
path: root/unix/hlib/diskspace.cl
blob: d252a4a9e007b3ddba8917998b9e23a53774a273 (plain) (blame)
1
2
3
4
5
6
7
#{ DISKSPACE -- [MACHDEP] Summarize the amount of diskspace currently
# available.

{
	# Call the UNIX "diskfree" command.
	!!df
}