4 lines
86 B
Bash
Executable File
4 lines
86 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
gitea-resource --action get pr --destination "${@}" <&0 | jq . >&3
|