This commit is contained in:
2026-03-03 08:57:45 -05:00
parent e2e1d5b8a5
commit 82c3e2b346
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ print("HyperionOS hysh Shell")
local userhost = (syscall.getUsername() or "Unknown").."@"..(syscall.getHostname() or "Unknown") local userhost = (syscall.getUsername() or "Unknown").."@"..(syscall.getHostname() or "Unknown")
local commandHistory = {} local commandHistory = {}
local terminate = false local terminate = false
syscall.setEnviron("SHELL","rtbash") syscall.setEnviron("SHELL","hysh")
syscall.setEnviron("PATH","/bin/") syscall.setEnviron("PATH","/bin/")
local _home = syscall.getEnviron("HOME") local _home = syscall.getEnviron("HOME")
if _home and _home ~= "" then if _home and _home ~= "" then

View File

@@ -1,3 +1,3 @@
local args={...} local args={...}
table.insert(args, "-lah") table.insert(args, "-lah")
syscall.exec("/bin/ls", args)2 syscall.exec("/bin/ls", args)