Home | History | Annotate | Download | only in web
      1 #!/bin/sh
      2 for file in index.html manifest.html; do
      3   gsutil cp -a public-read $file gs://nativeclient-mirror/nacl/nacl_sdk
      4 done
      5