#!/bin/bash echo $PWD && cd malware-lab/property && terraform init && terraform plan -out=.plan && terraform apply .plan && cd $OLDPWD