forked from yongye/shell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
executable file
·16 lines (14 loc) · 859 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Tetris Game -- based on a shell script
======================================
#####################################################################
# #
# License: GPLv3+ #
# Project: https://github.com/yongye/shell #
# Author : YongYe <complex.invoke@gmail.com> #
# #
#####################################################################
Usage: bash Tetris_Game.sh [runlevel] [previewlevel] [speedlevel]
Range: [ 0 =< runlevel <= 31 ] [ previewlevel >= 1 ] [ speedlevel <= 30 ]
Notice: runlevel previewlevel speedlevel belong to integer
Platform : redhat-based distros(CentOS/rhel/Fedora)
Bash Version must be 4.0 or above