From 1f428842e567373d9376ac6a59104b7ef58a735e Mon Sep 17 00:00:00 2001 From: Phil Greenway Date: Sun, 6 Oct 2002 10:42:23 +0000 Subject: [PATCH] =?UTF-8?q?replaced=20by=20yes.cpp=20by=20Jonas=20Sundstr?= =?UTF-8?q?=EF=BF=BD=EF=BF=BDm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1400 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bin/yes.c | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 src/apps/bin/yes.c diff --git a/src/apps/bin/yes.c b/src/apps/bin/yes.c deleted file mode 100644 index 7481b75eee..0000000000 --- a/src/apps/bin/yes.c +++ /dev/null @@ -1,21 +0,0 @@ -// ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ -// -// Copyright (c) 2002, OpenBeOS -// -// This software is part of the OpenBeOS distribution and is covered -// by the OpenBeOS license. -// -// -// File: yes.c -// Author: Sandor Vroemisse (svroemisse@users.sf.net) -// Description: standard Unix yes command -// -// ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ - -#include - -int main( int argc, char ** argv ) { - while(1 ) - printf( "y\n" ); - return 0; // Who knows, this might prevent warnings on a compiler or two -} \ No newline at end of file