diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2020-11-22 13:52:28 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2020-11-22 13:52:28 -0500 |
commit | eed8b962c9d8b400561d347733c98b33ae851cc2 (patch) | |
tree | f5361309666d7c092bde4d4a58cff88079bcaf4f /.local/bin/dwmbar/dwmb-debarque | |
parent | 30ce5145950098a2bbd40568580307189aa3d362 (diff) |
update dwmb-debarque since a website update broke it
Diffstat (limited to '.local/bin/dwmbar/dwmb-debarque')
-rwxr-xr-x | .local/bin/dwmbar/dwmb-debarque | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/dwmbar/dwmb-debarque b/.local/bin/dwmbar/dwmb-debarque index c9f70fe..19ba8d7 100755 --- a/.local/bin/dwmbar/dwmb-debarque +++ b/.local/bin/dwmbar/dwmb-debarque @@ -1,8 +1,8 @@ #!/bin/sh count="$(curl https://www.ladebarque.com/achalandage | - grep "il y a " | - sed 's/.*il\ y\ a\ en\ ce\ moment.nbsp;\s//; s/.nbsp.*//')" + grep 'il y a ' | + sed 's/.*il\sy\sa\sen\sce\smoment\s//; s/\sgrimpeurs.*//')" echo " $count " |