Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. ############################################################### smallutils
  2.  
  3. smallyes() {
  4. YES="${1-y}"
  5. while echo "$YES" ; do : ; done
  6. }
  7.  
  8. ############################################################### interaction
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement