Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 369 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 369 Bytes

PyShell

Command line interpreter implemented in Python.

Supported commands

  • cd [dir]
  • pwd
  • time command
  • clr
  • dir [dir]
  • environ
  • echo [comment]
  • help
  • quit
  • bg
  • fg
  • jobs
  • set var val
  • shift
  • test
  • umask [mask]
  • unset var

Features

Redirection: for built-in commands

Pipeline

Background

Batchfile: python shell.py BATCHFILE

BUGs