ftp -o - https://jcs.org/move_in | sh -
at master 5 lines 64 B view raw
1#!/bin/sh 2 3DICT=/usr/share/dict/words 4 5sort -R $DICT | head -n1