From 4b55bfb1a37e722170003aa02c2eda4c2cfd6521 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 7 Jul 2020 22:47:40 +0200 Subject: aws/api: Add API update script. * aws/api/update.sh: New file. --- aws/api/update.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 aws/api/update.sh (limited to 'aws') diff --git a/aws/api/update.sh b/aws/api/update.sh new file mode 100755 index 0000000..de4e4b3 --- /dev/null +++ b/aws/api/update.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +version=v2.680.0 + +for f in $(ls -1 *.json); do + wget -qO $f https://github.com/aws/aws-sdk-js/raw/$version/apis/$f +done -- cgit v1.2.3