diff options
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 " |