Awesome Tetris in Bash

Awesome Tetris in Bash
pull/628/head
deepgrace 2019-06-09 08:29:59 +08:00 committed by GitHub
parent 84482aa24d
commit 4e8b3bee8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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