summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/src/web/update.sh
blob: bf7f02d981f4135e8d6b09865052e7372f8a399b (plain)
1
2
3
4
#!/bin/sh
for file in index.html manifest.html; do
  gsutil cp -a public-read $file gs://nativeclient-mirror/nacl/nacl_sdk
done