From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- pkg/system/system.cl | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 pkg/system/system.cl (limited to 'pkg/system/system.cl') diff --git a/pkg/system/system.cl b/pkg/system/system.cl new file mode 100644 index 00000000..1e114d72 --- /dev/null +++ b/pkg/system/system.cl @@ -0,0 +1,55 @@ +lists + +#{ SYSTEM.CL -- Package script task for the SYSTEM package. This package is +# loaded by the CL upon startup, and is always in the search path. + +package system + +task cmdstr, + chkupdate, + concatenate, + copy, + count, + delete, + directory, + files, + head, + lprint, + match, + mkdir, + movefiles, + mtclean, + $netstatus, + page, + pathnames, + protect, + rename, + sort, + tail, + tee, + touch, + type, + rewind, + unprotect, + fcache, + urlget, + help = "system$x_system.e" + +task mkscript = "system$mkscript.cl"; hidetask cmdstr +task $news = "system$news.cl" +task $bench = "system$bench.cl" + +task allocate = "hlib$allocate.cl" +task gripes = "hlib$gripes.cl" +task deallocate = "hlib$deallocate.cl" +task devstatus = "hlib$devstatus.cl" +task $diskspace = "hlib$diskspace.cl" +task $spy = "hlib$spy.cl" + +task $devices = "system$devices.cl" +task references = "system$references.cl" +task phelp = "system$phelp.cl" + +hidetask mtclean + +keep -- cgit