2025-03-19 01:00:03 +01:00

4 lines
109 B
Fish

function ask --description 'answer from cht.sh'
curl -s https://cht.sh/$(string join '+' $argv[1..])
end