mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
bin: add some scripts
This commit is contained in:
parent
c5d04bb51d
commit
e31ef87dff
2 changed files with 9 additions and 0 deletions
3
bin/ipinfo
Executable file
3
bin/ipinfo
Executable file
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
curl -s ipinfo.io | jq "del(.readme) | del(.loc) | ."
|
||||||
6
bin/issue
Executable file
6
bin/issue
Executable file
|
|
@ -0,0 +1,6 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
if [ -n "$1" ]; then
|
||||||
|
exec gh issue edit "$@"
|
||||||
|
fi
|
||||||
|
|
||||||
|
exec gh issue create
|
||||||
Loading…
Add table
Add a link
Reference in a new issue