forked from Hyperion/HyperionOS
Import
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
local fs = require("sys.fs")
|
||||
local bashStr = fs.readAllText("/bin/bash")
|
||||
local bashFun = load(bashStr)
|
||||
syscall.spawn(bashFun, "bash")
|
||||
@@ -0,0 +1 @@
|
||||
syscall.chown("/bin", 0, 0)
|
||||
Reference in New Issue
Block a user