Advertisement
Guest User

Untitled

a guest
Nov 1st, 2014
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. cd /tmp
  4. #tftp -g -r openvpn_pack.tar.gz 192.168.0.5
  5. wget http://download.qi.yi.org:10581/files/download/linux/mips/2.6/dir615d/openvpn_pack.tar.gz
  6. gzip -d ./openvpn_pack.tar.gz
  7. tar -xf ./openvpn_pack.tar
  8. rm ./openvpn_pack.tar
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement