diff options
Diffstat (limited to 'aws')
-rwxr-xr-x | aws/api/update.sh | 7 |
1 files changed, 7 insertions, 0 deletions
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 |