root/src/apps/text_search/TextSearch.cpp
/*
 * Copyright (c) 1998-2007 Matthijs Hollemans
 * All rights reserved. Distributed under the terms of the MIT License.
 */

#include "GrepApp.h"

#include <TrackerAddOnAppLaunch.h>

#include "GlobalDefs.h"


int
main()
{
        GrepApp app;
        app.Run();
        return 0;
}