1
0
Fork 0
mirror of https://github.com/zdharma-continuum/zinit-configs.git synced 2025-01-31 04:08:16 +01:00
zinit-configs/psprint/functions/n1gglinks
2019-06-27 12:47:09 +02:00

6 lines
158 B
Bash

# DESC: Queries google.com with $@ (links)
search=`echo "$1+$2+$3+$4+$5+$6+$7+$8+$9" | sed 's:\+*$::'`
links google.com/search\?q="$search"
# vim:ft=zsh:et