shell_游戏
未读
shell · 俄罗斯方块
#!/bin/bash
# Tetris Game
# 10.21.2003 xhchen<[email]xhchen@winbond.com.tw[/email]>
#APP declaration
APP_NAME="${0##*[\\/]}"
APP_VERSION="1.0"