Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shawnanastasio/templeshell
- Owner: shawnanastasio
- Created: 2017-01-09T04:54:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-09-25T19:41:11.000Z (about 3 years ago)
- Last Synced: 2024-10-30T18:51:12.940Z (14 days ago)
- Language: HolyC
- Size: 4.88 KB
- Stars: 27
- Watchers: 4
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`.