From a3de6f2635ea8a234c17506578cce4177e4b2c2c Mon Sep 17 00:00:00 2001 From: toast Date: Fri, 29 Dec 2023 19:58:49 +1100 Subject: [PATCH] Create run.sh to start bot with envvars loaded into shell --- run.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 run.sh diff --git a/run.sh b/run.sh new file mode 100755 index 0000000..9151687 --- /dev/null +++ b/run.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +export $(cat .env | xargs) && cargo run