Guest User

Untitled

a guest
Nov 22nd, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. if [ -e "/tmp/history" ]; then
  2. while read -r line; do
  3. echo $line
  4. connect.sh $line
  5. && break
  6. done </tmp/history
  7. fi
  8.  
  9. echo $1
  10. echo $2
  11.  
  12. user name user password
Add Comment
Please, Sign In to add comment