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
2020-07-26 11:58:36 -04:00

5 lines
162 B
Fish

# 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