From c1ee0869cc416ce6c97c8e0ad6dedd902d55e652 Mon Sep 17 00:00:00 2001
From: "steven.liatti" <steven.liatti@hesge.ch>
Date: Mon, 17 Jun 2019 14:53:36 +0200
Subject: [PATCH] Add shebang and chmod exec to script

---
 clone_all.py | 2 ++
 1 file changed, 2 insertions(+)
 mode change 100644 => 100755 clone_all.py

diff --git a/clone_all.py b/clone_all.py
old mode 100644
new mode 100755
index a9f5a18..d870325
--- a/clone_all.py
+++ b/clone_all.py
@@ -1,3 +1,5 @@
+#!/usr/bin/env python3
+
 import sys
 import json
 import requests
-- 
GitLab