From e40a071b6b963ea106c61f5d8fa46029acdcf999 Mon Sep 17 00:00:00 2001 From: FlawCra Date: Tue, 13 Apr 2021 16:18:29 +0200 Subject: [PATCH] Add onBoot in .replit (#286) onBoot: Command that is executed once when the repl first starts up Example: Instance has not been visited for a longer time --- .replit | 1 + 1 file changed, 1 insertion(+) diff --git a/.replit b/.replit index db3106f..33aa5ff 100644 --- a/.replit +++ b/.replit @@ -1,2 +1,3 @@ language = "python3" run = "./run" +onBoot = "./run"