diff --git a/bash/batch_curl.sh b/bash/batch_curl.sh new file mode 100755 index 0000000..be05d64 --- /dev/null +++ b/bash/batch_curl.sh @@ -0,0 +1,60 @@ +#!/bin/bash +#=============================================================================== +# +# FILE: batch_curl.sh +# +# USAGE: ./batch_curl.sh +# +# DESCRIPTION: +# +# OPTIONS: --- +# REQUIREMENTS: --- +# BUGS: --- +# NOTES: --- +# AUTHOR: Darren L. Weber, Ph.D. +# COMPANY: Stanford University +# VERSION: 1.0 +# CREATED: 03/04/2014 03:41:05 PM PST +# REVISION: --- +#=============================================================================== + + +# TODO: add input arguments for APIKEY and json.txt file + +APIKEY='YOUR_API_KEY' + +# Example json content +cat > json.txt <