Skip to content

tayoky/tutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tutils

a collections of tools made by tayoky for unix-like OSes

build

to build you first need any c compiler and make
first clone the repo

git clone https://github.com/tayoky/tutils
cd tutils

then run the configure script

./configure

and then run make

make

install

./configure --prefix=$PREFIX
make
make install

list

list of all the current tools

  • ls
  • cat
  • echo
  • touch
  • true
  • false
  • pwd
  • whoami
  • rm
  • mkdir
  • clear
  • unlink
  • test
  • tree
  • hex
  • chown
  • chmod
  • head

About

A collection of tools made by tayoky

Topics

Resources

Stars

Watchers

Forks