Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0319018A83 for ; Sat, 5 Mar 2016 06:49:26 +0000 (UTC) Received: (qmail 31956 invoked by uid 500); 5 Mar 2016 06:49:25 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 31930 invoked by uid 500); 5 Mar 2016 06:49:25 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 31890 invoked by uid 99); 5 Mar 2016 06:49:25 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Mar 2016 06:49:25 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BE08DDFE60; Sat, 5 Mar 2016 06:49:24 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: purplecabbage@apache.org To: commits@cordova.apache.org Date: Sat, 05 Mar 2016 06:49:26 -0000 Message-Id: In-Reply-To: <647f336ce5b148c682b0689c5bf618e7@git.apache.org> References: <647f336ce5b148c682b0689c5bf618e7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [03/14] cordova-paramedic git commit: Added sh-read-input plugin Added sh-read-input plugin Project: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/commit/c626f8d1 Tree: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/tree/c626f8d1 Diff: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/diff/c626f8d1 Branch: refs/heads/master Commit: c626f8d1c3ad70804c226928c02de0b5ff1a2751 Parents: e1b4c7c Author: Shazron Abdullah Authored: Sat Mar 21 11:34:41 2015 -0700 Committer: Shazron Abdullah Committed: Sat Mar 21 11:34:41 2015 -0700 ---------------------------------------------------------------------- spec/sh-read-input-plugin/install.sh | 6 +++++ spec/sh-read-input-plugin/plugin.xml | 42 +++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-paramedic/blob/c626f8d1/spec/sh-read-input-plugin/install.sh ---------------------------------------------------------------------- diff --git a/spec/sh-read-input-plugin/install.sh b/spec/sh-read-input-plugin/install.sh new file mode 100755 index 0000000..44f17c3 --- /dev/null +++ b/spec/sh-read-input-plugin/install.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +echo "This is will ask for input." +printf "Specify your input]: " + +read myinput \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cordova-paramedic/blob/c626f8d1/spec/sh-read-input-plugin/plugin.xml ---------------------------------------------------------------------- diff --git a/spec/sh-read-input-plugin/plugin.xml b/spec/sh-read-input-plugin/plugin.xml new file mode 100644 index 0000000..052c268 --- /dev/null +++ b/spec/sh-read-input-plugin/plugin.xml @@ -0,0 +1,42 @@ + + + + + Shell Read Input Plugin + Cordova Shell Read Input Plugin + Apache 2.0 + cordova + + + + + + + + + + + + + --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org