1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2025-11-25 21:55:44 +00:00

Fish: gdbypass api

This commit is contained in:
Phantop 2020-07-26 11:58:36 -04:00
parent c24fbbad25
commit f0bdabf330

View 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