Advertisement
pouar

random pic

Nov 14th, 2015
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.11 KB | None | 0 0
  1. #!/bin/bash
  2. files=(~/Pictures/wp/*);for i in {1..10};do printf "%s\n" "${files[RANDOM % ${#files[@]}]}";done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement