URI:
       tFor annoying people like Uriel. - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 26242ab70628600ba802cbe7ffe1422ac73deb1e
   DIR parent cfd51d5e7ecd57188d2adcc968793076c0ea732e
  HTML Author: rsc <devnull@localhost>
       Date:   Fri, 25 Nov 2005 13:18:11 +0000
       
       For annoying people like Uriel.
       
       Diffstat:
         A Makefile                            |       3 +++
         A configure                           |       4 ++++
       
       2 files changed, 7 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/Makefile b/Makefile
       t@@ -0,0 +1,3 @@
       +%:
       +        @echo read the README file
       +
   DIR diff --git a/configure b/configure
       t@@ -0,0 +1,4 @@
       +#!/bin/sh
       +
       +echo read the README file.
       +