Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. #! /bin/bash
  2. trap '' INT TSTP
  3.  
  4. clear
  5. echo 'Windows Server 2003 is loading files...'
  6. sleep 10
  7. echo 'Formatting Disk 1, Partition 1: System reserved'
  8. sleep 1
  9. echo 'Formatting Disk 1, Partition 2: Drive C'
  10. sleep 5
  11. echo 'Copying files...
  12. sleep 7
  13. echo 'Expanding...'
  14. sleep 5
  15. echo '2%'
  16. sleep 10
  17. echo '45%'
  18. sleep 5
  19. echo '98%'
  20. sleep 'During installation, your Computer might reboot a few times.'
  21. sleep 999
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement