All Projects → shawnanastasio → TempleShell

shawnanastasio / TempleShell

Licence: other
A Unix-like shell for TempleOS written in HolyC

Programming Languages

HolyC
11 projects

TempleShell

A basic implementation of a Unix-like shell in TempleOS.

License: CC0 (Public Domain)

Usage

TempleShell can be started by including the source file and calling the main function:

#include "TempleShell.HC.Z"
TempleShell;

TempleShell currently supports a subset of Unix commands such as cd, ls, rm, cp, and mv.

You can see a full listing of commands by typing help.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].