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

Unified Diff: client/site_tests/factory_ScriptWrapper/dummy.sh

Issue 2836043: Relocate library files for wider access and re-use; also associated cleanup. (Closed) Base URL: ssh://gitrw.chromium.org/autotest.git
Patch Set: patch typo Created 10 years, 6 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
Index: client/site_tests/factory_ScriptWrapper/dummy.sh
diff --git a/client/site_tests/factory_ScriptWrapper/dummy.sh b/client/site_tests/factory_ScriptWrapper/dummy.sh
new file mode 100755
index 0000000000000000000000000000000000000000..9c33e13363b80b7918c307de0d127a538163dc9e
--- /dev/null
+++ b/client/site_tests/factory_ScriptWrapper/dummy.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+read -p "Please input some text: " TEXT
+
+echo "Text is '$TEXT'"
+
+read -p "Hit return to quit."

Powered by Google App Engine
This is Rietveld 408576698