From 045fcf17c527d90abfcfef2ea582cf5ffc3c258e Mon Sep 17 00:00:00 2001 From: Ian Miell Date: Wed, 5 Apr 2017 21:18:16 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 23169ba..00c5acd 100644 --- a/README.md +++ b/README.md @@ -268,6 +268,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [shellcheck](https://github.com/koalaman/shellcheck) - Static analysis tool for shell scripts * [shellfire](https://github.com/shellfire-dev/shellfire) - A repository of namespaced, composable shell (bash, sh and dash) function libraries * [shpec](https://github.com/rylnd/shpec) - A shell testing framework +* [shutit](http://ianmiell.github.io/shutit/) - Automation framework based on bash and pexpect * [sub](https://github.com/basecamp/sub) - A delicious way to organize programs * [ts](https://github.com/thinkerbot/ts) - A shell test script * [shunit2](https://github.com/kward/shunit2) - A unit test framework for Bash scripts with a flavour of JUnit/PyUnit. From 8a935be4478239f6cd50edf8219354324ecbded0 Mon Sep 17 00:00:00 2001 From: Caleb Xu Date: Thu, 20 Apr 2017 19:08:41 -0400 Subject: [PATCH 2/2] shutit: https > http --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00c5acd..24e5b04 100644 --- a/README.md +++ b/README.md @@ -268,7 +268,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [shellcheck](https://github.com/koalaman/shellcheck) - Static analysis tool for shell scripts * [shellfire](https://github.com/shellfire-dev/shellfire) - A repository of namespaced, composable shell (bash, sh and dash) function libraries * [shpec](https://github.com/rylnd/shpec) - A shell testing framework -* [shutit](http://ianmiell.github.io/shutit/) - Automation framework based on bash and pexpect +* [shutit](https://ianmiell.github.io/shutit/) - Automation framework based on bash and pexpect * [sub](https://github.com/basecamp/sub) - A delicious way to organize programs * [ts](https://github.com/thinkerbot/ts) - A shell test script * [shunit2](https://github.com/kward/shunit2) - A unit test framework for Bash scripts with a flavour of JUnit/PyUnit.