This repository has been archived on 2025-12-28. You can view files and clone it, but cannot push or open issues or pull requests.
inks-scripts/scripts/google

5 lines
108 B
Bash
Executable File

#!/bin/sh
url="https://google.com/search?q=$(urlencode "$*")"
exec lynx "https://google.com/search?q=$url"