3 lines
119 B
Bash
Executable file
3 lines
119 B
Bash
Executable file
#!/bin/bash
|
|
# chromium --incognito https://xhmaster.com/search/"${1}" &
|
|
librewolf https://xhmaster.com/search/"${1}" &
|