added brave search
This commit is contained in:
parent
e3d568f6cb
commit
21c8f549f0
3 changed files with 81 additions and 3 deletions
8
run.sh
8
run.sh
|
@ -1,3 +1,7 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
go run main.go common.go search-engine.go init.go open-search.go images.go imageproxy.go images-quant.go images-imgur.go video.go map.go text.go text-searchxng.go text-duckduckgo.go text-librex.go text-google.go cache.go forums.go files.go files-torrentgalaxy.go files-thepiratebay.go agent.go
|
||||
# Find all .go files in the current directory
|
||||
GO_FILES=$(find . -name '*.go' -print)
|
||||
|
||||
# Run the Go program
|
||||
go run $GO_FILES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue