tangled
alpha
login
or
join now
jcs.org
/
dotfiles
0
fork
atom
ftp -o - https://jcs.org/move_in | sh -
0
fork
atom
overview
issues
pulls
pipelines
dotfiles
/
bin
/
randword
at
master
5 lines
64 B
view raw
wrap content
jcs.org
bin: add some random things I had in here
4y ago
e4ab8b74
1
#!/bin/sh
2
3
DICT
=
/usr/share/dict/words
4
5
sort -R
$DICT
|
head -n1