forked from Hyperion/HyperionOS
Import
This commit is contained in:
BIN
Src/Hyperion-bash/bin/startup/.meta
Normal file
BIN
Src/Hyperion-bash/bin/startup/.meta
Normal file
Binary file not shown.
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")
|
||||
1
Src/Hyperion-bash/bin/startup/test.lua
Normal file
1
Src/Hyperion-bash/bin/startup/test.lua
Normal file
@@ -0,0 +1 @@
|
||||
syscall.chown("/bin", 0, 0)
|
||||
Reference in New Issue
Block a user