Files
lnx-arch/dots/bin/screenshot.sh

11 lines
251 B
Bash
Raw Normal View History

2026-02-28 10:17:12 -05:00
#!/usr/bin/env bash
# klevstul :: 26.02
method=$1
ranwrd=$(shuf -n 1 /usr/share/dict/cracklib-small) # get a random word
ranwrd="${ranwrd//[^[:alpha:]]/}" # remove all non-letters (like the ' in "sharecropper's")
echo ${ranwrd}