Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 359 Bytes

File metadata and controls

25 lines (15 loc) · 359 Bytes

pranshell

creating my own shell from scratch

current limitations :

Only whitespace separating arguments, no quoting or backslash escaping.

No piping or redirections

Few standard builtins.

No globbing

to install it on your system (works on arch based distros at the moment) :

yay -S pranshell

or

paru -S pranshell