🔧 Added another sec script
This commit is contained in:
parent
32fd053340
commit
a82530415e
1 changed files with 15 additions and 0 deletions
15
scripts/pmvh
Executable file
15
scripts/pmvh
Executable file
|
|
@ -0,0 +1,15 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
source "${HOME}"/.n_hidden
|
||||||
|
lastarg=("${@: -1}")
|
||||||
|
|
||||||
|
search=""
|
||||||
|
for ARG in "${@}"; do
|
||||||
|
if [[ $ARG == "${lastarg[1]}" ]]; then
|
||||||
|
search+="${ARG}"
|
||||||
|
else
|
||||||
|
search+="${ARG}+"
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
|
||||||
|
$BROWSER "${N3}"/search/"${search}" &
|
||||||
Loading…
Add table
Add a link
Reference in a new issue