Guest User

Untitled

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