Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(226)

Unified Diff: native_client_sdk/src/web/update.sh

Issue 11192021: [NaCl SDK] Add little helpful webpages to source control. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « native_client_sdk/src/web/manifest.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/web/update.sh
diff --git a/native_client_sdk/src/web/update.sh b/native_client_sdk/src/web/update.sh
new file mode 100755
index 0000000000000000000000000000000000000000..bf7f02d981f4135e8d6b09865052e7372f8a399b
--- /dev/null
+++ b/native_client_sdk/src/web/update.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+for file in index.html manifest.html; do
+ gsutil cp -a public-read $file gs://nativeclient-mirror/nacl/nacl_sdk
+done
« no previous file with comments | « native_client_sdk/src/web/manifest.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698