Aded extended commands and editor
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
|
||||
(require "coreutils.rkt"
|
||||
"extended.rkt"
|
||||
"racket-tools.rkt")
|
||||
"racket-tools.rkt"
|
||||
"editor.rkt")
|
||||
|
||||
(provide (struct-out coreutils-command)
|
||||
coreutils-commands
|
||||
@@ -42,6 +43,8 @@
|
||||
(coreutils-command 'printenv coreutils-printenv 'rash-coreutils-printenv)
|
||||
(coreutils-command 'env coreutils-env 'rash-coreutils-env)
|
||||
(coreutils-command 'date coreutils-date 'rash-coreutils-date)
|
||||
(coreutils-command 'time coreutils-time 'rash-coreutils-time)
|
||||
(coreutils-command 'edit coreutils-edit 'rash-coreutils-edit)
|
||||
(coreutils-command 'raco coreutils-raco 'rash-coreutils-raco)))
|
||||
|
||||
(define (find-coreutils-command name)
|
||||
|
||||
Reference in New Issue
Block a user