1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-09-30 14:10:15 +00:00
dotfiles/.config/fish/functions/gdbypass.fish

5 lines
162 B
Fish
Raw Normal View History

2020-07-26 15:58:36 +00:00
# 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