Import
This commit is contained in:
4
Src/Hyperion-bash/bin/startup/runShell.lua
Normal file
4
Src/Hyperion-bash/bin/startup/runShell.lua
Normal file
@@ -0,0 +1,4 @@
|
||||
local fs = require("sys.fs")
|
||||
local bashStr = fs.readAllText("/bin/bash")
|
||||
local bashFun = load(bashStr)
|
||||
syscall.spawn(bashFun, "bash")
|
||||
Reference in New Issue
Block a user