commit 35184479140e0fc970fd92ad36af31f5a92a855b
parent d6b6f5b5401491ea46bebc3a7a4a424c8ff31509
Author: parazyd <parazyd@dyne.org>
Date: Tue, 29 Dec 2015 16:10:50 +0100
search
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/gtomb b/gtomb
@@ -925,6 +925,11 @@ function _index {
}
# }}}
+# {{{ search - searches the contents of indexed tombs
+ _zeninfo "Sorry" "Not implemented yet."
+ exec _main
+# }}}
+
if [ ! -f $TOMBPATH ]; then
_zenwarn "Warning" "Tomb binary is nonexistent in the current path. Install it or edit the script to point to the correct path."
else