From 152c3b74f3dd258aba4f6b26f8c486ef582297a5 Mon Sep 17 00:00:00 2001 From: Anirudh Srinivasan Date: Sat, 22 Aug 2020 23:20:36 +0530 Subject: [PATCH] Add shebang line and update filemode --- azure_ml/submit.py | 0 download_data.sh | 1 + train.sh | 0 3 files changed, 1 insertion(+) mode change 100644 => 100755 azure_ml/submit.py mode change 100644 => 100755 train.sh diff --git a/azure_ml/submit.py b/azure_ml/submit.py old mode 100644 new mode 100755 diff --git a/download_data.sh b/download_data.sh index 90e251f..e410892 100755 --- a/download_data.sh +++ b/download_data.sh @@ -1,3 +1,4 @@ +#!/bin/bash # Copyright (c) Microsoft Corporation. Licensed under the MIT license. REPO=$PWD diff --git a/train.sh b/train.sh old mode 100644 new mode 100755