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
/
mrt
Age
Commit message (
Expand
)
Author
2023-05-18
mrt, better comment about mullvad
#!/bin/sh
# InterpoLation
# x=$1, xa=$2, xb=$3, ya=$4, yb=$5
# https://en.wikipedia.org/wiki/Interpolation#Linear_interpolation
echo
"scale=4;
$4
+(
$5
-
$4
)*(
$1
-
$2
)/(
$3
-
$2
)"
|
bc