Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local shell = require("shell")
- local fs = require("filesystem")
- local err, ocz = pcall(require, "ocz")
- if not err then
- print("ERROR: OCZ not present")
- print("ERROR: " .. ocz)
- os.exit()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement