projects
/
software
/
guile-aws.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
aws/api: Add API update script.
[software/guile-aws.git]
/
aws
/
api
/
update.sh
1
#!/bin/sh
2
3
version
=
v2.680
.0
4
5
for
f
in
$(ls -1 *.json)
;
do
6
wget
-qO
$f
https
://
github.com
/
aws
/
aws
-sdk-js
/
raw
/
$version
/
apis
/
$f
7
done