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