项目作者: santiagoLabs
项目描述 :
Custom shell as a Python Script using OS module
高级语言: Python
项目地址: git://github.com/santiagoLabs/Custom-Shell.git
Custom-Shell
Custom shell as a Python Script using OS module. Also, it supports linux commands and run external programs.
COMMANDS
- info XX - Checks file/dir exists
- files - Shows files in directory
- delete XX - Checks directory/ file exists and delete it
- copy XX YY - Copies XX in YY
- where - Shows current directory
- down DD - Checks directory exists and enters
- up - Check you’re not in the root and goes up in the directory tree
- finish - terminate program
- program name to run external program
Type any linux command - It will work! :)
Demo
