Skip to content
/ cash Public

cash: Can't Afford a SHell, yet another hilarious toy shell project

License

Notifications You must be signed in to change notification settings

angine04/cash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cash - Yet another hilarious toy shell project

Introduction

cash, short for Can't Afford a SHell, is a toy shell project aimed at hilarity and amusement. (That's exactly what a TOY is meant to do.)

It's written by me (yes, me, but who am I?) during an annoying afternoon, as I am just told that this assignment has to be submitted tonight.

Anyway, should you accept it or not, may you have a great time and enjoy this toy.

by Dr. Awkward Nutty Goofy Idiotic Notorious Eccentric

Features

  • Runs commands that you input

  • Arguments can have spaces in them if you use quotation marks ""

  • Built-in commands

    • history: Lists all commands you've used
    • cd: Changes directory
    • help: Prints help message
    • exit: Exits the shell (Try Ctrl+D also!)
  • You can use pipes (one at a time)

    Here's some test suites if you'd like to have some:

    • echo "Hello cash" | grep cash
    • echo "C A S H" | tr " " "\n"
    • ls | nonexistent_command
    • ls | wc -l

About

cash: Can't Afford a SHell, yet another hilarious toy shell project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published