forked from Hyperion/HyperionOS
did mutiple changes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
local fs = require("sys.fs")
|
||||
local bashStr = fs.readAllText("/bin/bash")
|
||||
local bashFun = load(bashStr)
|
||||
syscall.HPV_spawn(bashFun, "bash")
|
||||
syscall.spawn(bashFun, "bash")
|
||||
Reference in New Issue
Block a user