mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
add download links
This commit is contained in:
parent
4fd4f72264
commit
312bc28def
4 changed files with 16 additions and 0 deletions
|
@ -41,4 +41,10 @@ z(){
|
|||
xz -cdf -- "$dict" | less -n +"${percent}/####$word"
|
||||
}
|
||||
|
||||
zb(){
|
||||
word=$1
|
||||
dict=~/share/xz/$2.xz
|
||||
xz -cdf -- "$dict" | less -n +"/$word"
|
||||
}
|
||||
|
||||
export LESS=-inR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue