Yep, Acme can play games

This commit is contained in:
Ev Bogdanov 2017-08-14 17:55:29 +03:00
parent 3b5aee759d
commit 9d866d08aa

View file

@ -169,6 +169,10 @@ Put these guys in your **$path**.
- copy: `> sed '' > file.txt` - copy: `> sed '' > file.txt`
- pipe selection to a file: `> awk '{ print(toupper($1)) }' | sort | nl > file.txt` - pipe selection to a file: `> awk '{ print(toupper($1)) }' | sort | nl > file.txt`
## Games!
- [Tic-tac-toe](https://github.com/evbogdanov/acme_tic_tac_toe)
## Other Plan9 goodies ## Other Plan9 goodies
- `win` start shell in a new window - `win` start shell in a new window