Skip to content

Latest commit

 

History

History
53 lines (28 loc) · 1.21 KB

README.md

File metadata and controls

53 lines (28 loc) · 1.21 KB

bashbox

A single script that gives coreutils like things written in pure bash.

This isnt intended to be really posix, it is missing lot of things from posix and some things behave differently.

bashbox-create

(can be called both as ./bashbox bashbox create, ./bashbox-create or , ./bin/bashbox-create) merge things in bin/ to one script

contributing

if you want contribute, do not edit "bashbox" file, its just automerged file, edit things in bin/.

thanks

in bashbox is used: (some of these unedited, some heavily edited)

https://github.com/lijaesela/bim (unlicense)

https://github.com/dylanaraps/bareutils ((mit) bashbox is fork of this)

https://github.com/dylanaraps/pure-bash-bible (mit)

https://github.com/greymd/pure-bash-alternatives (mit)

https://github.com/catmin/purebash (unknown)

https://github.com/agriffis/pure-getopt (mit)

https://github.com/yokkidack/shaverma (mit)

https://github.com/comfies/bed (unlicense)

https://github.com/faragon/lzb (bsd 3)

https://github.com/dylanaraps/bush (mit)

https://github.com/Crestwave/bf (mit)

https://github.com/dylanaraps/nosj (mit)

and other random scripts i found on internet and were without license:

- curl

- ord

- chr

- hd

- tac (most of)