From 4e8b3bee8d123589093c8fc60bb4fc855b99c5c3 Mon Sep 17 00:00:00 2001 From: deepgrace Date: Sun, 9 Jun 2019 08:29:59 +0800 Subject: [PATCH] Awesome Tetris in Bash Awesome Tetris in Bash --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ff73938..4565654 100755 --- a/README.md +++ b/README.md @@ -611,6 +611,7 @@ These items are relevant *only* on Windows. - [shellcheck](https://github.com/koalaman/shellcheck): A shell script static analysis tool. Essentially, lint for bash/sh/zsh. - [Filenames and Pathnames in Shell](http://www.dwheeler.com/essays/filenames-in-shell.html): The sadly complex minutiae on how to handle filenames correctly in shell scripts. - [Data Science at the Command Line](http://datascienceatthecommandline.com/#tools): More commands and tools helpful for doing data science, from the book of the same name +- [tetris](https://github.com/deepgrace/tetris): Awesome Tetris developed in Bash. ## Disclaimer