Skip to content
/ psh Public

A minimalist command line interpreter in Python

Notifications You must be signed in to change notification settings

civp/psh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A minimalist command line interpreter in Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages