view paste/paste.12049 @ 12488:d0ee4187003f draft

<b_jonas> slashlearn password//The password of the month contains chemicals known to the State of California to cause cancer and birth defects or other reproductive harm.
author HackEso <hackeso@esolangs.org>
date Tue, 07 Nov 2023 13:12:53 +0000
parents e925c0adf7ad
children
line wrap: on
line source

#!/bin/sh
count () {
    hg log --template '{desc}\n' |
    egrep '<[^]]*> karma\'$1 |
    fgrep -vix "<$2> karma$1 $2" |
    cut -d' ' -f3 |
    fgrep -cix "$2"
}
plus=$(count + "$1")
minus=$(count - "$1")
echo $(($plus-$minus))