X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=README.md;h=1faf80c747377006982e2d1a14b3ca4e62cd9922;hb=885898283827a821b60b0c5c8dd6c32ba49e65be;hp=36e299e095be1ca1b9939c532e8c8d0631d91f75;hpb=4ddd1785e43df14636c5768e66c306eac2fc737a;p=bin.git diff --git a/README.md b/README.md index 36e299e..1faf80c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# Shell scripts -Some linux shell scripts that I use. Many of them are not mine, and will be marked accordingly within 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. -Compatability is not a priority as long as they run on a modern linux system +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.