auto load rc.tb script

This commit is contained in:
2025-10-12 14:13:22 +02:00
parent c0f91dcced
commit 5aebc61c06
5 changed files with 8 additions and 11 deletions

View File

@ -86,7 +86,7 @@ bool rt_PID(Token *tks) {
bool rt_do(Token *tks) {
bool ok = true;
char *prepended_args[] = { "-m", "runstring", "-preload", "base:/scripts/rc.tb", "-rs" };
char *prepended_args[] = { "-m", "runstring", "-rs" };
#define SUBSH_MAX_STRING PROC_ARG_MAX
char *s = umalloc(SUBSH_MAX_STRING);