scripts: Add a hashbang, so aws create.py can be run directly

This commit is contained in:
Alex Willmer 2020-03-29 16:40:31 +01:00
parent bf1a94611e
commit a718b32c6a
1 changed files with 1 additions and 0 deletions

1
scripts/aws/create.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python3
""" """
Start a number of AVA nodes on Amazon EC2 Start a number of AVA nodes on Amazon EC2
""" """