From c8199c02f892624220c634ce9a9a077a22c540f9 Mon Sep 17 00:00:00 2001 From: BorysLevytskyi Date: Tue, 16 May 2023 19:59:21 +0200 Subject: [PATCH] Change startup commands --- 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 e2a1b00..e8b917f 100644 --- a/src/shell/startup.ts +++ b/src/shell/startup.ts @@ -10,7 +10,7 @@ export type StartupAppData = { } const STARTUP_COMMAND_KEY = 'StartupCommand'; -const DEFAULT_COMMANDS = ['help', '192.168.0.1/8', '1|2&123', '4 0b1000000 0x1f0']; +const DEFAULT_COMMANDS = ['help', '192.168.0.1/8', '12|-2&107', '4 0b1000000 0x1f0']; function bootstrapAppData() : StartupAppData { const env = window.location.host === "bitwisecmd.com" ? 'prod' : 'stage';