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.

build.sh 229B

5 years ago
1234567
  1. #!/usr/bin/env bash
  2. mkdir build
  3. cd module
  4. cat sched.lua vt100.lua fs.lua loadfile.lua vt-task.lua io.lua microtel-3.lua init.lua > ../build/psychos.lua
  5. cd ..
  6. echo '_OSVERSION="PsychOS 2.0a0"' >> build/*
  7. echo sched\(\) >> build/*