scripts/scripts/cheat.fish

8 lines
145 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
curl cheat.sh/$arg
end
complete -c cheat.sh -xa '(curl -s cheat.sh/:list)'
## EOF