Skip to content

Commit f0c9cf0

Browse files
committed
add press_enter script
1 parent 036d22f commit f0c9cf0

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

scripts/press_enter

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
############################################################################
2+
#
3+
# Copyright (c) 2011 - dsixda (dislam@rocketmail.com)
4+
#
5+
# Android Kitchen is 100% free. This script file is intended for personal
6+
# and/or educational use only. It may not be duplicated for monetary
7+
# benefit or any other purpose without the permission of the developer.
8+
#
9+
############################################################################
10+
11+
echo
12+
echo "Press Enter to continue"
13+
read enterKey

0 commit comments

Comments
 (0)