From 7891b6a365dfad420d7d6f9fabbf6308208c1366 Mon Sep 17 00:00:00 2001 From: stepan Date: Thu, 3 Dec 2015 22:52:30 +0200 Subject: [PATCH] + awesome-osx-command-line to others source --- README-uk.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README-uk.md b/README-uk.md index d779a56..af750a1 100644 --- a/README-uk.md +++ b/README-uk.md @@ -326,6 +326,7 @@ ##Інші-джерела - [awesome-shell](https://github.com/alebcay/awesome-shell): Розширює Shell. +- [awesome-osx-command-line](https://github.com/herrbischoff/awesome-osx-command-line): A more in-depth guide for the Mac OS command line. - [Strict mode](http://redsymbol.net/articles/unofficial-bash-strict-mode/) щоб краще писати Shell скрипти. - [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.