bin: add issues script

This commit is contained in:
Smirnov Oleksandr 2024-11-05 14:51:47 +02:00
parent 05fbaa1709
commit 3120a452fe
No known key found for this signature in database

2
bin/issues Executable file
View file

@ -0,0 +1,2 @@
#!/usr/bin/env bash
exec gh issue list "$@"