Merge remote-tracking branch 'origin/main'

This commit is contained in:
Geoffrey Frogeye 2024-02-04 15:01:27 +01:00
commit 659f6ae806
3 changed files with 6 additions and 6 deletions

View file

@ -182,6 +182,7 @@
jdupes
duperemove
compsize
btdu
# toolbox
imagemagick

View file

@ -1,8 +1,8 @@
#!/usr/bin/env nix-shell
#! nix-shell -i bash --pure
#! nix-shell -p bash jq curl findutils coreutils
#! nix-shell -p bash jq curl cacert findutils coreutils
set -euo pipefail
set -euxo pipefail
url="https://ip.frogeye.fr/json"
cachedir="$HOME/.cache/lip"
@ -16,7 +16,6 @@ then
jq_sel="$@"
fi
if [ -n "$ip" ]
then
cachefile="$cachedir/$ip"