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.

9 lines
299B

  1. #!/usr/bin/env bash
  2. cp ../OC-Minitel/minitel.lua service/minitel.lua
  3. mkdir build
  4. cd module
  5. cat sched.lua syslog.lua vt100.lua fs.lua iofs.lua loadfile.lua vt-task.lua io.lua createterms.lua init.lua > ../build/psychos.lua
  6. cd ..
  7. echo '_OSVERSION="PsychOS 2.0a0"' >> build/*
  8. echo sched\(\) >> build/*