From 86adc59c5982cfc7913824b46b5d1146b94ab1b0 Mon Sep 17 00:00:00 2001 From: BorysLevytskyi Date: Mon, 8 May 2023 15:52:40 +0200 Subject: [PATCH] Add startup command --- src/shell/startup.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shell/startup.ts b/src/shell/startup.ts index f806a57..bfcd483 100644 --- a/src/shell/startup.ts +++ b/src/shell/startup.ts @@ -11,7 +11,7 @@ export type StartupAppData = { } const STARTUP_COMMAND_KEY = 'StartupCommand'; -const DEFAULT_COMMANDS = ['help', '127.0.0.1 192.168.0.0/8', '1|2&6','4 0b1000000 0x80']; +const DEFAULT_COMMANDS = ['help', '127.0.0.1 192.168.0.0/8', '-1 -1L', '1|2&6', '4 0b1000000 0x80']; function bootstrapAppData() : StartupAppData { const env = window.location.host === "bitwisecmd.com" ? 'prod' : 'stage';