Skip to content

Instantly share code, notes, and snippets.

@shio-phys
Created March 1, 2016 07:01
Show Gist options
  • Save shio-phys/995b9f8edb8d169107d5 to your computer and use it in GitHub Desktop.
Save shio-phys/995b9f8edb8d169107d5 to your computer and use it in GitHub Desktop.
#!/bin/bash
set -x
set -e
if [ ! -d ~/dynamodb ];
then
mkdir ~/dynamodb cd ~/dynamodb
wget http://dynamodb-local.s3-website-us-west-2.amazonaws.com/dynamodb_local_latest.tar.gz
tar zxf dynamodb_local_latest.tar.gz
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment