From 13d40db8bd5845e163f64affee5a14784f1fc367 Mon Sep 17 00:00:00 2001 From: Thephaseless Date: Mon, 25 Nov 2024 09:54:19 +0000 Subject: [PATCH] add shebang --- cmd.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd.sh b/cmd.sh index ce49b88..2a04dec 100755 --- a/cmd.sh +++ b/cmd.sh @@ -1 +1,3 @@ +#!/bin/sh + . .venv/bin/activate && python3 main.py \ No newline at end of file