From dd009d622ad7b6094efe073f0974a5e3a523cc32 Mon Sep 17 00:00:00 2001
From: Rob Landley <rob@landley.net>
Date: Fri, 22 Feb 2013 11:22:01 -0600
Subject: [PATCH] Move some unfinished commands to the "pending" directory.

---
 toys/{other => pending}/mke2fs.c | 0
 toys/{posix => pending}/sed.c    | 0
 toys/{posix => pending}/sh.c     | 0
 3 files changed, 0 insertions(+), 0 deletions(-)
 rename toys/{other => pending}/mke2fs.c (100%)
 rename toys/{posix => pending}/sed.c (100%)
 rename toys/{posix => pending}/sh.c (100%)

diff --git a/toys/other/mke2fs.c b/toys/pending/mke2fs.c
similarity index 100%
rename from toys/other/mke2fs.c
rename to toys/pending/mke2fs.c
diff --git a/toys/posix/sed.c b/toys/pending/sed.c
similarity index 100%
rename from toys/posix/sed.c
rename to toys/pending/sed.c
diff --git a/toys/posix/sh.c b/toys/pending/sh.c
similarity index 100%
rename from toys/posix/sh.c
rename to toys/pending/sh.c
-- 
2.39.2

