1 2 3
#!/bin/fish ./task28 (set RANDOM_NR (math (random) \% 54763); head -n $RANDOM_NR /usr/share/dict/cracklib-small | tail -n 1)