Guest User

Untitled

a guest
Dec 11th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. #!/bin/bash
  2. filename="$PWD"
  3. cd "/media/LOKAL DISK/piratetorrents-warez"
  4. ls -D | grep [A-S0-9]
  5. # ftp_site=ftp ftp 192.168.0.16 21
  6. # username=user
  7. # passwd=abc123
  8. # cd "/media/LOKAL DISK/piratetorrents-warez"
  9. gamedir=piratetorrents-warez
  10. # ls -D | grep [A-S0-9]
  11. echo "ENTER GAME FOLDER TO USE"
  12. read aaa
  13. cd $aaa
  14. echo $aaa
  15. ls -la
  16. echo "ENTER BLUS / BLES FOLDER TO SEND VIA wput"
  17. read bbb
  18. echo $bbb
  19. /usr/bin/wput "$bbb" ftp://192.168.0.16/dev_hdd0/GAMEZ/
Add Comment
Please, Sign In to add comment