Skip to content

Commit

Permalink
add press_enter script
Browse files Browse the repository at this point in the history
  • Loading branch information
Lopicl committed Jul 9, 2013
1 parent 036d22f commit f0c9cf0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions scripts/press_enter
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
############################################################################
#
# Copyright (c) 2011 - dsixda (dislam@rocketmail.com)
#
# Android Kitchen is 100% free. This script file is intended for personal
# and/or educational use only. It may not be duplicated for monetary
# benefit or any other purpose without the permission of the developer.
#
############################################################################

echo
echo "Press Enter to continue"
read enterKey

0 comments on commit f0c9cf0

Please sign in to comment.