scripts/scripts/fish/cheat.fish

8 lines
143 B
Fish
Raw Normal View History

2019-06-24 06:23:58 -07:00
function cheat.sh -d 'Grabs a sheet from cheat.sh' -a arg
2019-07-05 19:09:01 -07:00
curl cheat.sh/$arg
2019-06-24 06:23:58 -07:00
end
complete -c cheat.sh -xa '(curl -s cheat.sh/:list)'
## EOF