BTRFS: Implement BTree::Path and change _Find.
[haiku.git] / src / apps / text_search / TextSearch.cpp
blob46780ba0895e0bef7e57e26e22d26e40075415aa
1 /*
2 * Copyright (c) 1998-2007 Matthijs Hollemans
3 * All rights reserved. Distributed under the terms of the MIT License.
4 */
6 #include "GrepApp.h"
8 #include <TrackerAddOnAppLaunch.h>
10 #include "GlobalDefs.h"
13 int
14 main()
16 GrepApp app;
17 app.Run();
18 return 0;