#!/usr/bin/env bash # curl racket 8.3 linux installation shell file curl -L 'https://download.racket-lang.org/installers/8.3/racket-8.3-x86_64-linux-cs.sh' -o racket.sh # provide settings "no" "4" and "" to racket.sh echo "no 4 " | sh racket.sh