Operating system for OpenComputers
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
254B

  1. #!/bin/bash
  2. #rm -r psychos
  3. #mkdir psychos
  4. #cp -r exec/ lib/ service/ psychos/
  5. #cp build/psychos.lua psychos/init.lua
  6. #cp default-init.txt psychos/init.txt
  7. #find psychos/ | cpio -oHbin > psychos.cpio
  8. cd target
  9. find | cpio -oHbin > ../psychos-tarbomb.cpio