bin: add some scripts

This commit is contained in:
Smirnov Oleksandr 2024-10-30 14:42:32 +02:00
parent c5d04bb51d
commit e31ef87dff
No known key found for this signature in database
2 changed files with 9 additions and 0 deletions

3
bin/ipinfo Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
curl -s ipinfo.io | jq "del(.readme) | del(.loc) | ."

6
bin/issue Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env bash
if [ -n "$1" ]; then
exec gh issue edit "$@"
fi
exec gh issue create