all repos

dotfiles @ ed2821a9b80d2d271e0b9f18e1f4d9526f8405cc

i use rach linux btw

dotfiles/bin/issue (view raw)

Smirnov Oleksandr Smirnov Oleksandr
ss2316544@gmail.com
bin: refactor and reformat, 1 year ago
1
#!/usr/bin/env bash
2
if [ -n "$1" ]; then
3
  exec gh issue edit "$@"
4
fi
5
6
exec gh issue create