about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2014-07-31 20:50:21 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2014-07-31 20:50:21 +0200
commit1fd18a0f78a70295e2c270a7386483320e5c6fde (patch)
tree6627414068698b1f858502f21be6c9d53638c1bf /README
parent60588d19ffd2accefe1d16018cde20eae39b9a7f (diff)
downloadoutils-1fd18a0f78a70295e2c270a7386483320e5c6fde.tar.gz
outils-1fd18a0f78a70295e2c270a7386483320e5c6fde.tar.xz
outils-1fd18a0f78a70295e2c270a7386483320e5c6fde.zip
add README and LICENSE
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 20 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..c4cfb4d
--- /dev/null
+++ b/README
@@ -0,0 +1,20 @@
+This is outils, a port of some non-standard OpenBSD tools to Linux.
+You need OpenSSL/LibreSSL to build it.
+
+Included are:
+
+     apply — apply a command to a set of arguments
+     calendar — reminder service
+     cksum — display file checksums and block counts
+     gzsig — gzip signing utility
+     jot — print sequential or random data
+     lam — laminate files
+     lndir — create a shadow directory of symbolic links to another directory
+     md5 — calculate a message digest (checksum) for a file
+     rs — reshape a data array
+     signify — cryptographically sign and verify files
+     unvis — revert a visual representation of data back to original form
+     vis — display non-printable characters in a visual format
+
+                                                Christian Neukirchen
+                                              chneukirchen@gmail.com