This commit is contained in:
committer@tuxwarrior
2026-02-28 10:17:12 -05:00
parent 8935a7651c
commit a99446a353
3 changed files with 14 additions and 3 deletions

10
dots/bin/screenshot.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/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}