]> git.armaanb.net Git - bin.git/blobdiff - README.md
pubup: add variable expansion
[bin.git] / README.md
index 16d08335140dd0846c1db632d8b4908949567970..1faf80c747377006982e2d1a14b3ca4e62cd9922 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
-# scripts
-Some shell and Python scripts that make my life a bit easier. Many 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.
 
-If not otherwise specified at the top of the file, all work in this repository is public domain. See the LICENSE 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.