From 18a749af66ed6cf3e0c94fc6d4ec467001e584b1 Mon Sep 17 00:00:00 2001
From: Adrian  G L <adrlau@users.noreply.github.com>
Date: Mon, 27 Feb 2023 18:05:06 +0100
Subject: [PATCH] added #!/bin/bash

---
 strun.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/strun.sh b/strun.sh
index e104917..4b1866d 100644
--- a/strun.sh
+++ b/strun.sh
@@ -1,3 +1,5 @@
+#!/bin/bash
+
 #takes a language and a a option for file or string. If needed it creates temporary files before it (if needed compiles and) runs the file.
 
 #IMPORTANT! do add a new language to all three arrays at the same time.