diff options
author | neodarz <neodarz@neodarz.net> | 2017-12-20 16:34:50 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2017-12-20 16:34:50 +0100 |
commit | b7625828f427ab6767f21eb44d9c6f67410e885c (patch) | |
tree | feba675d6cf494f56041e1dd61eb48a88268aec0 /scripts | |
parent | 12546a68a0fbfbcf3c4e6b6c0f24354791c733c6 (diff) | |
download | dotfiles_ascii-b7625828f427ab6767f21eb44d9c6f67410e885c.tar.xz dotfiles_ascii-b7625828f427ab6767f21eb44d9c6f67410e885c.zip |
zsh: add search alias for start searx BUT not searx softaware
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/.scripts/searx.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/.scripts/searx.sh b/scripts/.scripts/searx.sh new file mode 100755 index 0000000..876d6d1 --- /dev/null +++ b/scripts/.scripts/searx.sh @@ -0,0 +1,3 @@ +#!/bin/bash +sudo systemctl start httpd.service +python /srv/searx/searx/webapp.py |