bin/issue (view raw)
1 2 3 4 5 6
#!/usr/bin/env bash if [ -n "$1" ]; then exec gh issue edit "$@" fi exec gh issue create