index
:
config_local_arch
ba
ca
ib
master
pp
Device dependent config files for Arch Linux, managed by https://git.flylightning.xyz/fsh/tree/sh/cfg (git bare repo method)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
home
/
xyz
/
.local
/
bin
/
upd
Age
Commit message (
Collapse
)
Author
2023-12-06
insp upd already taken care of merge pp sdcv_history
Xiao Pan
2023-12-06
#!/bin/sh curl
-s
'https://github.com/qbittorrent/search-plugins/wiki/Unofficial-search-plugins'
|
awk
-F
'"'
'
/Plugins for Private sites/ {exit}
/\.py/ {
url=
$2
getline
getline
getline
if(
$0
!~ /❗|✖/)
print url
}
'
|
xargs
curl
-s -Z -L --remote-name-all --create-dirs --output-dir
"
$1
"
--
#curl -s 'https://github.com/qbittorrent/search-plugins/wiki/Unofficial-search-plugins' | awk -F'"' '/Plugins for Private sites/{exit} /\.py/{url=$2;getline;getline;getline;if($0 !~ /❗|✖/)print url}' | xargs curl -s -Z -L --remote-name-all --create-dirs --output-dir "$1" --