aboutsummaryrefslogtreecommitdiff
path: root/scripts/.scripts/screenshot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/.scripts/screenshot.sh')
-rwxr-xr-xscripts/.scripts/screenshot.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/.scripts/screenshot.sh b/scripts/.scripts/screenshot.sh
index 336816f..f56a771 100755
--- a/scripts/.scripts/screenshot.sh
+++ b/scripts/.scripts/screenshot.sh
@@ -2,3 +2,5 @@
selection=$(hacksaw -f "-i %i -g %g")
shotgun $selection - | xclip -t 'image/png' -selection clipboard
+random_word=$(cat /usr/share/dict/cracklib-small | shuf -n 1)
+shotgun $selection - >/tmp/$random_word.png