replaced by yes.cpp by Jonas Sundstr��m
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1400 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
ec41229455
commit
1f428842e5
@ -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 <stdio.h>
|
||||
|
||||
int main( int argc, char ** argv ) {
|
||||
while(1 )
|
||||
printf( "y\n" );
|
||||
return 0; // Who knows, this might prevent warnings on a compiler or two
|
||||
}
|
Loading…
Reference in New Issue
Block a user