X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=README.md;h=1faf80c747377006982e2d1a14b3ca4e62cd9922;hb=55a218e51cd587265c04508f816b8b2fff56840e;hp=53dc1f1b8ae6b4c8e5fb637e7c213687248a540d;hpb=8a69988b929815a0b493b15e5ed768d00c406ba7;p=bin.git diff --git a/README.md b/README.md index 53dc1f1..1faf80c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -# Shell scripts -Some shell scripts that make my life a bit easier. Most of them are inspired by other people's work and are marked accordingly in the script. +# bin +Some small programs that make my life a bit easier. Many of them are inspired by other people's work and are marked accordingly in the script. -All work in this repository is public domain, if not otherwise specified at the top of the file. See the UNLICENSE file for more information +Some of these programs are interpreted scripts, whereas others are C programs that need to be compiled. The `autobuild` script is provided to automatically build all of the C programs, or alternatively, they can be run directly with `tcc -run`. +If not otherwise specified at the top of the file, all work in this repository is dedicated to the public domain. See the LICENSE file for more information.