Advertisement
soulrpg

Bash_3

May 28th, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.14 KB | None | 0 0
  1. #!/bin/bash
  2. while true
  3. do
  4.    read wpis
  5.    if [ "$wpis" == "that's enough" ]; then
  6.       exit
  7.    else
  8.       shuf -n 1 plik.txt
  9.    fi
  10. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement