install.sh (313B)
1 wget https://smlnj.org/dist/working/110.99.5/config.tgz 2 mkdir smlnj 3 tar -xf config.tgz -C smlnj 4 cd smlnj && config/install.sh && cd .. 5 wget -O words.txt https://github.com/InnovativeInventor/dict4schools/raw/master/safedict_full.txt 6 export PATH=$(pwd)/smlnj/bin:$PATH 7 ml-build minisql.cm Main.main minisql-image