Advertisement
user_137

.scfullcopy_atend

Jul 5th, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.82 KB | None | 0 0
  1. #!/bin/sh
  2. cp -pru /home/john/zRamdisk/SierraChart/* /home/john/.wine/drive_c/SierraChartHSI/
  3. cp -pru /home/john/zRamdisk/SierraChartFx /home/john/.wine/drive_c/
  4. cp -pru /home/john/zRamdisk/Jts /home/john/.wine/drive_c/
  5. cp -pru /home/john/zRamdisk/IBJts /home/john/.wine/drive_c/
  6. cp -pru /home/john/zRamdisk/Skype /home/john/.wine/drive_c/
  7. # rm -rf /home/john/.wine/drive_c/firefoxProfile/**
  8. # rm -rf /home/john/.wine/drive_c/chromium/**
  9. cp -pru /home/john/zRamdisk/firefoxProfile/ /home/john/.wine/drive_c/
  10. cp -pru /home/john/zRamdisk/chromium/ /home/john/.wine/drive_c/
  11. rm /home/john/stop_time
  12. date +%D' '%T > /home/john/stop_time
  13. # rm -Rf /home/john/.wine/drive_c/firefoxProfile/Cache
  14. # rm -Rf /home/john/.wine/drive_c/firefoxProfile/cache2.*
  15. # rm -Rf "/home/john/.wine/drive_c/chromium/Default/Application Cache/Cache"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement