From 2537786846d8bfb3b422780a0c34dbff484922fd Mon Sep 17 00:00:00 2001
From: Dashamir Hoxha <dashohoxha@gmail.com>
Date: Sat, 9 May 2020 12:21:44 +0000
Subject: [PATCH] It is a good idea to show what the script is doing, so that
 it can be debuged more easily

---
 render.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/render.sh b/render.sh
index c543f7d..3ed108d 100755
--- a/render.sh
+++ b/render.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/bash -x
 
 cd $(dirname $0)
 
-- 
GitLab