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.

7 line
160B

  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. tree -if psychos/ | cpio -oHbin > psychos.cpio