Skip to content

Instantly share code, notes, and snippets.

View sebastian-schlecht's full-sized avatar
⚙️

Sebastian Schlecht sebastian-schlecht

⚙️
View GitHub Profile
#!/bin/bash
# please install aws-cli first
# easy_install pip
# pip install awscli
# project parameters
PROJECT_NAME='SomeCoolPropject'
SAMPLE_COUNT=20;
INTERVAL=0.5;