diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /pkg/system/system.cl | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'pkg/system/system.cl')
-rw-r--r-- | pkg/system/system.cl | 55 |
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 |