A fast and furious C-shell made for Unix/Linux platform. An alternative to bash.
Note
Experimental & in early concept development.
- Clone the fash repository:
github.com/waxodium/fash
git clone https://github.com/waxodium/fash.git
cd fash- Once in fash. Use
make buildto construct binary
make buildOther Makefile target rules:
make run: compile then run.make clean: clean up.
Manually move fash to the /usr/bin directory
sudo mv fash /usr/bin/
After installing:
fash
or if you chose not to install, just run the built binary named fcsh
./fash
None
Undocumented
Undocumented