u
This commit is contained in:
10
dots/bin/screenshot.sh
Executable file
10
dots/bin/screenshot.sh
Executable 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}
|
||||
Reference in New Issue
Block a user