From a718b32c6ac77ffa11073530829109d687c99e42 Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Sun, 29 Mar 2020 16:40:31 +0100 Subject: [PATCH] scripts: Add a hashbang, so aws create.py can be run directly --- scripts/aws/create.py | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 scripts/aws/create.py diff --git a/scripts/aws/create.py b/scripts/aws/create.py old mode 100644 new mode 100755 index 84f3451..07d75e7 --- a/scripts/aws/create.py +++ b/scripts/aws/create.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 """ Start a number of AVA nodes on Amazon EC2 """