gitea_get_notifications.sh: init
This commit is contained in:
parent
54aa247e8e
commit
84e727ef68
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
echo "Gitea: $(tea notification ls --mine | grep -E "^\| [0-9]+.*Pull.*merged" | wc -l)"
|
||||||
|
exit 0
|
Loading…
Reference in New Issue