From 84234bcbbdd4bd07b3a20a563786fc328917a200 Mon Sep 17 00:00:00 2001 From: Krish Moodbidri <krish94@uab.edu> Date: Thu, 11 Aug 2022 16:33:09 -0500 Subject: [PATCH] moved scrip to template dir and gave necessary permissions --- script.sh.erb => template/script.sh.erb | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename script.sh.erb => template/script.sh.erb (100%) mode change 100644 => 100755 diff --git a/script.sh.erb b/template/script.sh.erb old mode 100644 new mode 100755 similarity index 100% rename from script.sh.erb rename to template/script.sh.erb -- GitLab