Skip to content

elydre/dash-profan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dash port for profanOS

This is a port of the Dash v0.5.11.5 shell for profanOS to have a POSIX compliant shell.

Building

# in your profanOS, build the disk
cd path/to/profanOS
make clean disk

# go to dash port
cd path/to/dash

# build dash
python build.py /path/to/profanOS

# copy the binary to profanOS filesystem
cp dash path/to/profanOS/out/zapps/h/

I'm not the author of the original Dash shell, I just ported it to profanOS.