From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- unix/hlib/diskspace.cl | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 unix/hlib/diskspace.cl (limited to 'unix/hlib/diskspace.cl') diff --git a/unix/hlib/diskspace.cl b/unix/hlib/diskspace.cl new file mode 100644 index 00000000..d252a4a9 --- /dev/null +++ b/unix/hlib/diskspace.cl @@ -0,0 +1,7 @@ +#{ DISKSPACE -- [MACHDEP] Summarize the amount of diskspace currently +# available. + +{ + # Call the UNIX "diskfree" command. + !!df +} -- cgit