diff options
Diffstat (limited to 'pkg/system/x_system.x')
-rw-r--r-- | pkg/system/x_system.x | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/pkg/system/x_system.x b/pkg/system/x_system.x new file mode 100644 index 00000000..0695b0d3 --- /dev/null +++ b/pkg/system/x_system.x @@ -0,0 +1,36 @@ +# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc. + +# Process x_system (the executable part of the SYSTEM package). + +task chkupdate = t_chkupdate, + concatenate = t_concatenate, + copy = t_copy, + count = t_count, + delete = t_delete, + directory = t_directory, + fcache = t_fcache, + files = t_files, + head = t_head, + match = t_match, + mkdir = t_mkdir, + movefiles = t_movefiles, + mtclean = t_mtclean, + netstatus = t_netstatus, + page = t_page, + pathnames = t_pathnames, + protect = t_protect, + rename = t_rename, + sort = t_sort, + tail = t_tail, + tee = t_tee, + type = t_type, + unprotect = t_unprotect, + rewind = t_rewind, + lprint = t_lprint, + help = t_help, + lroff = t_lroff, + mkhelpdb = t_mkhelpdb, + hdbexamine = t_hdbexamine, + cmdstr = t_cmdstr, + touch = t_touch, + urlget = t_urlget |