From fc403a26b6bcb6b0235edfc099afb83860ec9b39 Mon Sep 17 00:00:00 2001 From: BorysLevytskyi Date: Thu, 11 May 2023 07:40:23 +0200 Subject: [PATCH] Update 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 ffe797b..6872472 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', '127.0.0.1 192.168.0.1/8', '-1b -1s -1 -1l', '1|2&6', '4 0b1000000 0x80']; +const DEFAULT_COMMANDS = ['help', '127.0.0.1 192.168.0.1/8', '-1b -1s -1 -1l', '1|2&123', '4 0b1000000 0x1f0']; function bootstrapAppData() : StartupAppData { const env = window.location.host === "bitwisecmd.com" ? 'prod' : 'stage';