From 84e727ef680f99eee482e3413e6a34da8c4739bc Mon Sep 17 00:00:00 2001
From: suchAdemon <suchademon@sons-of-sparda.at>
Date: Tue, 25 Jan 2022 16:40:19 +0100
Subject: [PATCH] gitea_get_notifications.sh: init

---
 gitea_get_notifications.sh | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100755 gitea_get_notifications.sh

diff --git a/gitea_get_notifications.sh b/gitea_get_notifications.sh
new file mode 100755
index 0000000..1cb3880
--- /dev/null
+++ b/gitea_get_notifications.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+echo "Gitea: $(tea notification ls --mine | grep -E "^\| [0-9]+.*Pull.*merged" | wc -l)"
+exit 0