Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- 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