~strahinja/adash

A shell written in Ada
More error handling; new command: pwd
Reorganized source into several packages; updated .do files

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~strahinja/adash
read/write
git@git.sr.ht:~strahinja/adash

You can also use your local clone with git send-email.

adash
=====

adash is a shell written in Ada. Currently, this is my "Hello, world!" in Ada.

It does have a rudimentary "cd", "ls", "cat" and "less", though.


Prerequisites
-------------

GNAT (GCC for Ada)


Installation
------------

	$ git clone https://git.sr.ht/~strahinja/adash
	$ su

If you have djb redo:

	# redo install

if you don't:

	# ./do install


License
-------

adash - A shell written in Ada
Copyright (C) 2021  Страхиња Радић

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.