diff options
| author | Carson Fleming <cflems@cflems.net> | 2020-10-19 03:34:39 +0200 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2020-10-19 03:34:39 +0200 |
| commit | 26cf01076fa00b9b8992fb2795b76d6324b6eb9a (patch) | |
| tree | aefbd7d3e9db1ea5489bb9b8a997148c3a375bb2 /README.md | |
| parent | 4414ed8130e235cf982bfc5d0fcae3a88bebd5dd (diff) | |
| download | dbsh-26cf01076fa00b9b8992fb2795b76d6324b6eb9a.tar.gz | |
Escaped markdown format character
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # deadbeef-shell === -The deadbeef shell is a fast, minimalist shell written in x86_64 +The deadbeef shell is a fast, minimalist shell written in x86\_64 Assembly for Linux. Currently it contains two builtins: cd and exit. It can execute any program as a direct path (/path/to/program), from the PATH variable (progam) or as a relative path (./program). Arguments are |
