https://github.com/vaishakh-gk/ash
ASH - A Shell. Is a simple Unix-like shell written in C, focused on providing a clean and lightweight command-line experience
https://github.com/vaishakh-gk/ash
c linux shell
Last synced: about 3 hours ago
JSON representation
ASH - A Shell. Is a simple Unix-like shell written in C, focused on providing a clean and lightweight command-line experience
- Host: GitHub
- URL: https://github.com/vaishakh-gk/ash
- Owner: VAISHAKH-GK
- License: gpl-3.0
- Created: 2026-04-27T07:40:34.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-06-17T11:01:38.000Z (23 days ago)
- Last Synced: 2026-06-17T11:25:51.520Z (23 days ago)
- Topics: c, linux, shell
- Language: C
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+TITLE: ASH - A Shell
#+AUTHOR: Vaishakh GK
#+DESCRIPTION: A minimal Unix-like shell written in C.
#+STARTUP: overview
* About
ASH is a simple Unix-like shell written in C, focused on providing a clean and lightweight command-line experience.
* Features
- Interactive shell prompt
- Command execution
- Built-in shell commands
* Building
#+begin_src sh
make
#+end_src
* Running
#+begin_src sh
./ash
#+end_src
* Status
Early development.
* License
[[file:LICENSE][The GPLv3 License (GPLv3)]]
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.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see [[https://www.gnu.org/licenses/gpl-3.0][GPLv3]].
* Contact
- Website: [[https://vaishakhgk.com][Vaishakh GK]]
- Github: [[https://github.com/VAISHAKH-GK/][VAISHAKH-GK]]