Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shawnanastasio/templeshell

A Unix-like shell for TempleOS written in HolyC
https://github.com/shawnanastasio/templeshell

Last synced: 8 days ago
JSON representation

A Unix-like shell for TempleOS written in HolyC

Awesome Lists containing this project

README

        

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`.