repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
BTRFS: Implement BTree::Path and change _Find.
[haiku.git]
/
src
/
apps
/
text_search
/
TextSearch.cpp
blob
46780ba0895e0bef7e57e26e22d26e40075415aa
1
/*
2
* Copyright (c) 1998-2007 Matthijs Hollemans
3
* All rights reserved. Distributed under the terms of the MIT License.
4
*/
5
6
#include
"GrepApp.h"
7
8
#include <TrackerAddOnAppLaunch.h>
9
10
#include
"GlobalDefs.h"
11
12
13
int
14
main
()
15
{
16
GrepApp app
;
17
app
.
Run
();
18
return
0
;
19
}
20