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! :)