mirror of
https://github.com/Phantop/dotfiles
synced 2025-11-26 06:06:40 +00:00
Fish: gdbypass api
This commit is contained in:
parent
c24fbbad25
commit
f0bdabf330
4
.config/fish/functions/gdbypass.fish
Normal file
4
.config/fish/functions/gdbypass.fish
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Defined in /tmp/fish.MYztjy/gdbypass.fish @ line 2
|
||||
function gdbypass
|
||||
qb (curl "https://gdbypass.host/api/?link="$argv | cut -d\" -f22 | sed 's/[\]//g')
|
||||
end
|
||||
Loading…
Reference in a new issue