From f13aba787f0df46ee170aefdce9be82256538b5d Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Tue, 20 May 2008 09:12:57 -0700 Subject: [PATCH] renamed HOWTO to README and added real information there --- HOWTO | 1 - README | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) delete mode 100644 HOWTO create mode 100644 README diff --git a/HOWTO b/HOWTO deleted file mode 100644 index fc2c785..0000000 --- a/HOWTO +++ /dev/null @@ -1 +0,0 @@ -PROMPT_COMMAND='history 1 | sed -e "s/^\s*[0-9]*\s*//" | ~/src/bti/bti' diff --git a/README b/README new file mode 100644 index 0000000..de840c9 --- /dev/null +++ b/README @@ -0,0 +1,14 @@ +bti - bash twitter ididocy + +Allows you to pipe your bash input to twitter in an easy and fast manner +to annoy the whole world. + +See the man page bti.1 for how to use it and more information. + +Be careful if you use this, it is quite easy to end up sending sensitive +data to the world with it. + +USE AT YOUR OWN RISK! + +Any questions, contact Greg Kroah-Hartman or @gregkh +on twitter. -- 2.39.5