Advertisement
user_137

Untitled

Jul 5th, 2016
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.74 KB | None | 0 0
  1. #!/bin/sh
  2. #
  3. chmod 755 /home/john/zRamdisk
  4. sleep 3
  5. cp -pru /home/john/.wine/drive_c/firefoxProfile /home/john/zRamdisk/firefoxProfile/
  6. cp -pru /home/john/.wine/drive_c/chromium /home/john/zRamdisk/chromium/
  7. cp -pru /home/john/.wine/drive_c/Jts /home/john/zRamdisk/Jts/
  8. cp -pru /home/john/.wine/drive_c/IBJts /home/john/zRamdisk/IBJts/
  9. cp -pru /home/john/.wine/drive_c/SierraChartHSI /home/john/zRamdisk/SierraChart/
  10. cp -pru /home/john/.wine/drive_c/SierraChartFx /home/john/zRamdisk/SierraChartFx/
  11. cp -pru /home/john/.wine/drive_c/Skype /home/john/zRamdisk/Skype/
  12. cp -pru /home/john/.wine/drive_c/tmp /home/john/zRamdisk/tmp/
  13. chown -R john:john /home/john/zRamdisk
  14. chmod -R 0777 /home/john/zRamdisk
  15.  
  16. date +%D' '%T > /home/john/start_time
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement