Skip to content

tayoky/tsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tsh

tsh is the minimalist shell created by tayoky for the stanix operating system

goal

the goal of tsh is to provide basic functionality (eg shell scripting ,pipes , ...) while still being very portable

build

first run the configure script

./configure

then compile

make

and then launch

./tsh

installing

installing localy

./configure --prefix="$HOME/bin"
make
make install

installing globaly

./configure --prefix="/usr"
make
make install

About

A minimalist shell

Topics

Resources

Stars

Watchers

Forks