#!/bin/bash

env PATH=/usr/local/lib/search-bar/bin:$PATH search-any \
    "http://www.google.com/search?q=" "$@"
