Explorar el Código

~/.bin/s: Search for things easily

Spawns `surf`, a simple web browser.
Lucas Stadler %!s(int64=9) %!d(string=hace) años
padre
commit
42be22efca
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      .bin/s

+ 3 - 0
.bin/s

@ -0,0 +1,3 @@
1
#!/bin/bash
2
3
surf "https://duckduckgo.com?q=$*"