aboutsummaryrefslogtreecommitdiff
path: root/pkg/system/system.cl
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/system/system.cl')
-rw-r--r--pkg/system/system.cl55
1 files changed, 55 insertions, 0 deletions
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