From 77489e0405f228793ea08091a096cdd0f30f407f Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Thu, 8 Apr 2021 14:42:42 -0700 Subject: Include helper for opening submission URL Signed-off-by: Michel Alexandre Salim --- submit.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 submit.sh diff --git a/submit.sh b/submit.sh new file mode 100755 index 0000000..edd1bc1 --- /dev/null +++ b/submit.sh @@ -0,0 +1,2 @@ +#!/bin/sh +gio open "https://bugzilla.redhat.com/bugzilla/enter_bug.cgi?product=Fedora&format=fedora-review" -- cgit